From 72c81a109840b34b08a55981dfd2952a5f4f16e8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 18 Apr 2007 19:26:52 +0000 Subject: [PATCH] gst/Makefile.am: Add rtpmanager dir to dist. Original commit message from CVS: * gst/Makefile.am: Add rtpmanager dir to dist. --- ChangeLog | 5 +++++ gst/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c94887c130..5b819c10f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-18 Wim Taymans + + * gst/Makefile.am: + Add rtpmanager dir to dist. + 2007-04-18 Wim Taymans * configure.ac: diff --git a/gst/Makefile.am b/gst/Makefile.am index 93522195dc..172eca129d 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