summaryrefslogtreecommitdiff
path: root/gst/Makefile.am
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2007-11-05 17:21:24 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2007-11-05 17:21:24 -0500
commitb5973331e8ce2bc068c262aa006721465880201e (patch)
tree80f56f44a7718f64cb5c484e96c87ae73dc6f27f /gst/Makefile.am
parent5c5e3f10ff00733725570add95790921b2fcf3be (diff)
downloadfarstream-b5973331e8ce2bc068c262aa006721465880201e.tar.gz
Use the right variable for selected plugins
Diffstat (limited to 'gst/Makefile.am')
-rw-r--r--gst/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
index 93522195..f6351f70 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -1,2 +1,2 @@
-SUBDIRS = $(GST_PLUGINS_SELECTED)
-DIST_SUBDIRS = $(GST_PLUGINS_ALL)
+SUBDIRS = $(FS2_PLUGINS_SELECTED)
+DIST_SUBDIRS = $(FS2_PLUGINS_ALL)