summaryrefslogtreecommitdiffstats
path: root/ext/shout2/Makefile.am
blob: c7aaba639b4b830dc9d0b4301791c228cf2a59c7 (plain)
1
2
3
4
5
6
7
8
9

plugin_LTLIBRARIES = libgstshout2.la

libgstshout2_la_SOURCES = gstshout2.c 
libgstshout2_la_CFLAGS = $(SHOUT2_CFLAGS) $(GST_CFLAGS)
libgstshout2_la_LIBADD = $(SHOUT2_LIBS) $(GST_LIBS)
libgstshout2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstshout2.h