diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-04-18 19:26:52 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-04-18 19:26:52 +0000 |
commit | 72c81a109840b34b08a55981dfd2952a5f4f16e8 (patch) | |
tree | 2691eb74aae0d801024aad389297e7b18edeca59 /gst | |
parent | 1d75a69ccf4b4ff63037cf5b4ddf9491dad7ca4b (diff) | |
download | gst-plugins-bad-72c81a109840b34b08a55981dfd2952a5f4f16e8.tar.gz gst-plugins-bad-72c81a109840b34b08a55981dfd2952a5f4f16e8.tar.bz2 gst-plugins-bad-72c81a109840b34b08a55981dfd2952a5f4f16e8.zip |
gst/Makefile.am: Add rtpmanager dir to dist.
Original commit message from CVS:
* gst/Makefile.am:
Add rtpmanager dir to dist.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |