summaryrefslogtreecommitdiffstats
path: root/gst/debug
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-19 11:06:05 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-19 11:06:05 +0000
commit4d3f241eb2e2cd54ff38f095a6e3035571aae5d0 (patch)
tree01bec4e60030dadb9d5127661a197849c20b0ad8 /gst/debug
parent567ea60c018d4192d2fa467067283821c16920b0 (diff)
disable flags for unbuilt plugins
Original commit message from CVS: disable flags for unbuilt plugins
Diffstat (limited to 'gst/debug')
-rw-r--r--gst/debug/Makefile.am31
1 files changed, 15 insertions, 16 deletions
diff --git a/gst/debug/Makefile.am b/gst/debug/Makefile.am
index fafb0daf..c531f1f0 100644
--- a/gst/debug/Makefile.am
+++ b/gst/debug/Makefile.am
@@ -1,4 +1,3 @@
-
plugin_LTLIBRARIES = libgstefence.la # libgstnavigationtest.la libgstdebug.la
noinst_HEADERS = efence.h gstnavigationtest.h gstnavseek.h tests.h
@@ -7,18 +6,18 @@ libgstefence_la_SOURCES = efence.c
libgstefence_la_CFLAGS = $(GST_CFLAGS)
libgstefence_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstnavigationtest_la_SOURCES = gstnavigationtest.c
-libgstnavigationtest_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/videofilter
-libgstnavigationtest_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-libgstdebug_la_SOURCES = \
- gstdebug.c \
- breakmydata.c \
- negotiation.c \
- gstnavseek.c \
- progressreport.c \
- tests.c \
- testplugin.c
-
-libgstdebug_la_CFLAGS = $(GST_CFLAGS)
-libgstdebug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+# libgstnavigationtest_la_SOURCES = gstnavigationtest.c
+# libgstnavigationtest_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/videofilter
+# libgstnavigationtest_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+#
+# libgstdebug_la_SOURCES = \
+# gstdebug.c \
+# breakmydata.c \
+# negotiation.c \
+# gstnavseek.c \
+# progressreport.c \
+# tests.c \
+# testplugin.c
+#
+# libgstdebug_la_CFLAGS = $(GST_CFLAGS)
+# libgstdebug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)