diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/Makefile.am | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am index 9f24d517..9cf3df84 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -1,8 +1,2 @@ -if USE_SINE -SINE_DIR=sine -else -SINE_DIR= -endif - -SUBDIRS=$(SINE_DIR) -DIST_SUBDIRS=sine +SUBDIRS=$(GST_PLUGINS_SELECTED) +DIST_SUBDIRS=$(GST_PLUGINS_ALL) |