diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-04-21 19:39:03 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-04-21 19:39:03 +0000 |
commit | 61a68fdaf363bba0eb42ab5f6839414d24122d1e (patch) | |
tree | 49b4f3a7e0e8abae1a957e11834e6df6d03194df /gst/Makefile.am | |
parent | adfb741d7ca2631e3ba62430bea4c03f3ca1df05 (diff) | |
download | gstreamer-plugins-bad-61a68fdaf363bba0eb42ab5f6839414d24122d1e.tar.gz |
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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am index 172eca129..93522195d 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) |