summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
-rw-r--r--gst/Makefile.am4
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e811f9b5..81972668 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,6 +78,7 @@ dnl these are all the gst plug-ins, compilable without additional libs
GST_PLUGINS_ALL="\
cdxaparse \
freeze \
+ gdp \
h264parse \
modplug \
spectrum \
diff --git a/gst/Makefile.am b/gst/Makefile.am
index 9cf3df84..93522195 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -1,2 +1,2 @@
-SUBDIRS=$(GST_PLUGINS_SELECTED)
-DIST_SUBDIRS=$(GST_PLUGINS_ALL)
+SUBDIRS = $(GST_PLUGINS_SELECTED)
+DIST_SUBDIRS = $(GST_PLUGINS_ALL)