2002-01-12 03:34:27 +00:00
|
|
|
plugindir = $(libdir)/gst
|
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-01-12 03:34:27 +00:00
|
|
|
libgstspectrum_la_LIBADD = $(GST_LIBS)
|
2002-01-18 11:37:19 +00:00
|
|
|
libgstspectrum_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
2001-12-22 23:26:33 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = gstspectrum.h
|
|
|
|
|
2002-01-05 14:29:40 +00:00
|
|
|
## this thing needs gnome too, so unless someone checks for it, let's
|
|
|
|
## comment it out.
|
|
|
|
## if HAVE_GTK
|
|
|
|
## noinst_PROGRAMS = demo-osssrc
|
|
|
|
## endif
|
2002-01-04 21:36:18 +00:00
|
|
|
|
2002-01-05 14:29:40 +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
|