From ba961327f3ea65e5fbe137b7357f21345c2b6e8e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 15:24:07 +0000 Subject: added jpeg and shout (icecastsend has been renamed to shout, there are other libs that do icecast too) Original commit message from CVS: added jpeg and shout (icecastsend has been renamed to shout, there are other libs that do icecast too) --- ext/shout/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ext/shout/Makefile.am (limited to 'ext/shout/Makefile.am') 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 -- cgit v1.2.1