From 7f1aec856f11e0a92b56b11ee57cf3b9bc41a7ee Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 12 Jan 2002 03:34:27 +0000 Subject: s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format --- ext/shout/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/shout') diff --git a/ext/shout/Makefile.am b/ext/shout/Makefile.am index 762bedd7..da20ef43 100644 --- a/ext/shout/Makefile.am +++ b/ext/shout/Makefile.am @@ -4,6 +4,6 @@ plugin_LTLIBRARIES = libgstshout.la libgstshout_la_SOURCES = gstshout.c libgstshout_la_CFLAGS = $(GST_CFLAGS) -libgstshout_la_LIBADD = $(SHOUT_LIBS) +libgstshout_la_LIBADD = $(GST_LIBS) $(SHOUT_LIBS) noinst_HEADERS = gstshout.h -- cgit v1.2.1