summaryrefslogtreecommitdiff
path: root/gst/spectrum/Makefile.am
blob: 0d3a2034986721d643f250db06b152d11c6b7840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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