summaryrefslogtreecommitdiff
path: root/ext/flite/Makefile.am
blob: 78ecadbc5760006c95ee6abde9f952f5989e9e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
plugin_LTLIBRARIES = libgstflite.la

libgstflite_la_SOURCES = gstflite.c gstflitetestsrc.c
libgstflite_la_CFLAGS = \
	$(GST_PLUGINS_BASE_CFLAGS) \
	$(GST_CFLAGS) \
	$(FLITE_CFLAGS)
libgstflite_la_LIBADD = \
	$(GST_PLUGINS_BASE_LIBS) \
	-lgstaudio-@GST_API_VERSION@ \
	$(GST_BASE_LIBS) \
	$(GST_LIBS) \
	$(FLITE_LIBS)
libgstflite_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
libgstflite_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)