From fe5ef9e0d282f7ac85b0aa540e0d29cab311ba2b Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 12 Jan 2002 03:34:26 +0000 Subject: [PATCH] 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/lame/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/lame/Makefile.am b/ext/lame/Makefile.am index 53501c9..0b09dff 100644 --- a/ext/lame/Makefile.am +++ b/ext/lame/Makefile.am @@ -3,8 +3,7 @@ plugindir = $(libdir)/gst plugin_LTLIBRARIES = libgstlame.la libgstlame_la_SOURCES = gstlame.c - -libgstlame_la_LIBADD = $(LAME_LIBS) libgstlame_la_CFLAGS = $(GST_CFLAGS) +libgstlame_la_LIBADD = $(GST_LIBS) $(LAME_LIBS) noinst_HEADERS = gstlame.h -- 2.7.4