File: Makefile.am

package info (click to toggle)
moodbar 0.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,604 kB
  • sloc: sh: 8,727; ansic: 1,925; makefile: 21
file content (13 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13

plugin_LTLIBRARIES = libmoodbar.la

libmoodbar_la_SOURCES = gstfftwspectrum.c gstfftwunspectrum.c \
			gstspectrumeq.c gstmoodbar.c spectrum.c 

libmoodbar_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(FFTW_CFLAGS)
libmoodbar_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(FFTW_LIBS)
libmoodbar_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

# headers we need but don't want installed
noinst_HEADERS = gstfftwspectrum.h gstfftwunspectrum.h \
	         gstspectrumeq.h gstmoodbar.h spectrum.h