From 7593b38a57f55c28cdb4b8c3df27a13c6ce55d99 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 23 Sep 2005 04:23:00 +0000 Subject: fix build and use of GST_LIBS Original commit message from CVS: fix build and use of GST_LIBS --- ext/shout2/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ext/shout2') diff --git a/ext/shout2/Makefile.am b/ext/shout2/Makefile.am index 021799bf..43887811 100644 --- a/ext/shout2/Makefile.am +++ b/ext/shout2/Makefile.am @@ -1,9 +1,8 @@ - plugin_LTLIBRARIES = libgstshout2.la libgstshout2_la_SOURCES = gstshout2.c -libgstshout2_la_CFLAGS = $(SHOUT2_CFLAGS) $(GST_CFLAGS) -libgstshout2_la_LIBADD = $(SHOUT2_LIBS) $(GST_LIBS) $(GST_BASE_LIBS) +libgstshout2_la_CFLAGS = $(GST_CFLAGS) $(SHOUT2_CFLAGS) +libgstshout2_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(SHOUT2_LIBS) libgstshout2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstshout2.h -- cgit