diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-05 14:29:40 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-05 14:29:40 +0000 |
commit | dea4419a80b2c88f3685d6bcfbcde6873dd13cdc (patch) | |
tree | ba6220c735445c3401d7a9c6f234f6214d1abff2 /gst | |
parent | 67ee32fac4b31e191e16c15985032d1e44f9345b (diff) | |
download | gst-plugins-bad-dea4419a80b2c88f3685d6bcfbcde6873dd13cdc.tar.gz gst-plugins-bad-dea4419a80b2c88f3685d6bcfbcde6873dd13cdc.tar.bz2 gst-plugins-bad-dea4419a80b2c88f3685d6bcfbcde6873dd13cdc.zip |
should be properly tested for first
Original commit message from CVS:
should be properly tested for first
Diffstat (limited to 'gst')
-rw-r--r-- | gst/spectrum/Makefile.am | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gst/spectrum/Makefile.am b/gst/spectrum/Makefile.am index e991740b..65fefde4 100644 --- a/gst/spectrum/Makefile.am +++ b/gst/spectrum/Makefile.am @@ -7,12 +7,14 @@ libgstspectrum_la_CFLAGS = $(GST_CFLAGS) noinst_HEADERS = gstspectrum.h -if HAVE_GTK -noinst_PROGRAMS = demo-osssrc -endif +## this thing needs gnome too, so unless someone checks for it, let's +## comment it out. +## if HAVE_GTK +## noinst_PROGRAMS = demo-osssrc +## endif -demo_osssrc_SOURCES = demo-osssrc.c -demo_osssrc_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -demo_osssrc_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) +## demo_osssrc_SOURCES = demo-osssrc.c +## demo_osssrc_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) +## demo_osssrc_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) EXTRA_DIST = README |