blob: 762bedd7a2a6534f4d9667d42e6e192e9c96de44 (
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 = $(SHOUT_LIBS)
noinst_HEADERS = gstshout.h
|