blob: da20ef43e643664ef6afad087b8266d3156a0657 (
plain)
1
2
3
4
5
6
7
8
9
|
plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstshout.la
libgstshout_la_SOURCES = gstshout.c
libgstshout_la_CFLAGS = $(GST_CFLAGS)
libgstshout_la_LIBADD = $(GST_LIBS) $(SHOUT_LIBS)
noinst_HEADERS = gstshout.h
|