summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b0bf10c6..83b74e2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/Makefile.am:
+ Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
+
+2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
+
* gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
diff --git a/gst/Makefile.am b/gst/Makefile.am
index 172eca12..93522195 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -1,2 +1,2 @@
SUBDIRS = $(GST_PLUGINS_SELECTED)
-DIST_SUBDIRS = $(GST_PLUGINS_ALL) rtpmanager
+DIST_SUBDIRS = $(GST_PLUGINS_ALL)