From 81f63142d65b62b0971c19ceb79956c49ffc2f06 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 30 Aug 2005 17:32:12 +0000 Subject: tidying up -good for business Original commit message from CVS: tidying up -good for business --- gst/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/Makefile.am') 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) -- cgit