diff options
Diffstat (limited to 'ext/shout/Makefile.am')
-rw-r--r-- | ext/shout/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/shout/Makefile.am b/ext/shout/Makefile.am new file mode 100644 index 00000000..762bedd7 --- /dev/null +++ b/ext/shout/Makefile.am @@ -0,0 +1,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 |