summaryrefslogtreecommitdiffstats
path: root/gst/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-04-21 19:39:03 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-04-21 19:39:03 +0000
commit61a68fdaf363bba0eb42ab5f6839414d24122d1e (patch)
tree49b4f3a7e0e8abae1a957e11834e6df6d03194df /gst/Makefile.am
parentadfb741d7ca2631e3ba62430bea4c03f3ca1df05 (diff)
downloadgst-plugins-bad-61a68fdaf363bba0eb42ab5f6839414d24122d1e.tar.gz
gst-plugins-bad-61a68fdaf363bba0eb42ab5f6839414d24122d1e.tar.bz2
gst-plugins-bad-61a68fdaf363bba0eb42ab5f6839414d24122d1e.zip
gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
Original commit message from CVS: * gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
Diffstat (limited to 'gst/Makefile.am')
-rw-r--r--gst/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)