2001-12-22 23:26:33 +00:00
|
|
|
|
2002-01-12 03:34:27 +00:00
|
|
|
plugin_LTLIBRARIES = libgstspectrum.la
|
2001-12-22 23:26:33 +00:00
|
|
|
|
|
|
|
libgstspectrum_la_SOURCES = gstspectrum.c fix_fft.c
|
|
|
|
libgstspectrum_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 04:10:06 +00:00
|
|
|
libgstspectrum_la_LIBADD =
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstspectrum_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-22 23:26:33 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = gstspectrum.h
|
|
|
|
|
2004-10-22 20:09:55 +00:00
|
|
|
if HAVE_GTK
|
|
|
|
noinst_PROGRAMS = demo-osssrc
|
|
|
|
endif
|
2002-01-04 21:36:18 +00:00
|
|
|
|
2004-10-22 20:09:55 +00:00
|
|
|
demo_osssrc_SOURCES = demo-osssrc.c
|
|
|
|
demo_osssrc_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
|
|
|
demo_osssrc_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|
2002-01-04 21:36:18 +00:00
|
|
|
|
2001-12-22 23:26:33 +00:00
|
|
|
EXTRA_DIST = README
|