blob: 870f790ec20d9b19fa62753573b021ec52ac44ed [file] [log] [blame]
Stefan Sauerbf7c1182011-11-21 22:55:40 +01001plugin_LTLIBRARIES = libgstfreeverb.la
2
3# sources used to compile this plug-in
4libgstfreeverb_la_SOURCES = gstfreeverb.c
5
6# flags used to compile this plugin
7# add other _CFLAGS and _LIBS as needed
Stefan Sauer998cfde2013-02-07 08:41:25 +01008libgstfreeverb_la_CFLAGS = $(GST_CFLAGS) \
9 $(GST_BASE_CFLAGS) \
10 $(GST_PLUGINS_BASE_CFLAGS)
11libgstfreeverb_la_LIBADD = $(GST_LIBS) \
12 $(GST_BASE_LIBS) \
13 $(GST_PLUGINS_BASE_LIBS) \
14 -lgstaudio-$(GST_API_VERSION) \
15 $(LIBM)
Stefan Sauerbf7c1182011-11-21 22:55:40 +010016libgstfreeverb_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
Stefan Sauerbf7c1182011-11-21 22:55:40 +010017
18# headers we need but don't want installed
19noinst_HEADERS = gstfreeverb.h
20
Stefan Sauerd6d9e912014-12-20 12:24:53 -050021presetdir = $(datadir)/gstreamer-$(GST_API_VERSION)/presets
22preset_DATA = GstFreeverb.prs
23
24EXTRA_DIST = $(preset_DATA)