merge from EVENTS1 on 20011016
[platform/upstream/gstreamer.git] / tools / Makefile.am
index b45f29d..bef06f9 100644 (file)
@@ -5,6 +5,12 @@ else
 GST_REGISTRY_SRC = gstreamer-register
 endif
 
+if GST_DISABLE_LOADSAVE
+GST_LOADSAVE_SRC = 
+else
+GST_LOADSAVE_SRC = gstreamer-compprep
+endif
+
 if USE_GLIB2
 GST_GUI_LAUNCH = 
 else
@@ -12,16 +18,16 @@ GST_GUI_LAUNCH = gstreamer-guilaunch
 endif
 
 bin_PROGRAMS =         gstreamer-launch        \
-               $(GST_GUI_LAUNCH)     \
+               $(GST_GUI_LAUNCH)       \
                $(GST_REGISTRY_SRC)     \
                gstreamer-inspect       \
-               gstreamer-compprep      \
+               $(GST_LOADSAVE_SRC)     \
                gstreamer-complete
 
 man_MANS = gstreamer-launch.1 gstreamer-register.1 gstreamer-inspect.1 \
        gstreamer-complete.1 gstreamer-compprep.1
 
 LDADD = $(GST_LIBS)
-CFLAGS = $(LIBGST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
+CFLAGS = $(LIBGST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\" 
 
 EXTRA_DIST = $(man_MANS)