diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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) |