should be properly tested for first

Original commit message from CVS:
should be properly tested for first
This commit is contained in:
Thomas Vander Stichele 2002-01-05 14:29:40 +00:00
parent 67ee32fac4
commit dea4419a80

View file

@ -7,12 +7,14 @@ libgstspectrum_la_CFLAGS = $(GST_CFLAGS)
noinst_HEADERS = gstspectrum.h noinst_HEADERS = gstspectrum.h
if HAVE_GTK ## this thing needs gnome too, so unless someone checks for it, let's
noinst_PROGRAMS = demo-osssrc ## comment it out.
endif ## if HAVE_GTK
## noinst_PROGRAMS = demo-osssrc
## endif
demo_osssrc_SOURCES = demo-osssrc.c ## demo_osssrc_SOURCES = demo-osssrc.c
demo_osssrc_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) ## demo_osssrc_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
demo_osssrc_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) ## demo_osssrc_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
EXTRA_DIST = README EXTRA_DIST = README