From: David I. Lehn Date: Sat, 12 Jan 2002 03:34:26 +0000 (+0000) Subject: s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format X-Git-Tag: 1.19.3~509^2~1916^2~203 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe5ef9e0d282f7ac85b0aa540e0d29cab311ba2b;p=platform%2Fupstream%2Fgstreamer.git 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 --- 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