summaryrefslogtreecommitdiffstats
path: root/ext/shout2/Makefile.am
blob: df7cc38284fbcb5518061bb2b97cecb20b1b8645 (plain)
1
2
3
4
5
6
7
8
9
plugin_LTLIBRARIES = libgstshout2.la

libgstshout2_la_SOURCES = gstshout2.c 
libgstshout2_la_CFLAGS = $(GST_CFLAGS) $(SHOUT2_CFLAGS)
libgstshout2_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(SHOUT2_LIBS)
libgstshout2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstshout2_la_LIBTOOLFLAGS = --tag=disable-static

noinst_HEADERS = gstshout2.h