gstreamer/gst/spectrum/Makefile.am
Thomas Vander Stichele 708cf898e8 parallel install fixes
Original commit message from CVS:
parallel install fixes
2002-12-08 14:50:10 +00:00

22 lines
603 B
Makefile

plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstspectrum.la
libgstspectrum_la_SOURCES = gstspectrum.c fix_fft.c
libgstspectrum_la_CFLAGS = $(GST_CFLAGS)
libgstspectrum_la_LIBADD =
libgstspectrum_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
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