s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Sat, 12 Jan 2002 03:34:26 +0000 (03:34 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Sat, 12 Jan 2002 03:34:26 +0000 (03:34 +0000)
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format

ext/lame/Makefile.am

index 53501c9..0b09dff 100644 (file)
@@ -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