gstreamer/gst/spectrum/Makefile.am
David I. Lehn 7f1aec856f s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format
2002-01-12 03:34:27 +00:00

21 lines
542 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstspectrum.la
libgstspectrum_la_SOURCES = gstspectrum.c fix_fft.c
libgstspectrum_la_CFLAGS = $(GST_CFLAGS)
libgstspectrum_la_LIBADD = $(GST_LIBS)
noinst_HEADERS = gstspectrum.h
## 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)
EXTRA_DIST = README