diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2007-04-18 Wim Taymans <wim@fluendo.com> + * gst/Makefile.am: + Add rtpmanager dir to dist. + +2007-04-18 Wim Taymans <wim@fluendo.com> + * configure.ac: Disable rtpmanager for now because it depends on CVS -base. diff --git a/gst/Makefile.am b/gst/Makefile.am index 93522195..172eca12 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = $(GST_PLUGINS_SELECTED) -DIST_SUBDIRS = $(GST_PLUGINS_ALL) +DIST_SUBDIRS = $(GST_PLUGINS_ALL) rtpmanager |