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/gsm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/gsm/Makefile.am') diff --git a/ext/gsm/Makefile.am b/ext/gsm/Makefile.am index 92df5f68..b70b41cd 100644 --- a/ext/gsm/Makefile.am +++ b/ext/gsm/Makefile.am @@ -3,8 +3,8 @@ plugindir = $(libdir)/gst plugin_LTLIBRARIES = libgstgsm.la libgstgsm_la_SOURCES = gstgsm.c gstgsmdec.c gstgsmenc.c -libgstgsm_la_LIBADD = $(GSM_LIBS) libgstgsm_la_CFLAGS = $(GST_CFLAGS) +libgstgsm_la_LIBADD = $(GST_LIBS) $(GSM_LIBS) noinst_HEADERS = gstgsmenc.h gstgsmdec.h -- cgit v1.2.1