From c656b5eab642b3fa90fd738bd1fe83d9d001128e Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 12 Jan 2002 03:34:26 +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/flac/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ext/flac') diff --git a/ext/flac/Makefile.am b/ext/flac/Makefile.am index 6efc3538..fb4db406 100644 --- a/ext/flac/Makefile.am +++ b/ext/flac/Makefile.am @@ -3,8 +3,7 @@ plugindir = $(libdir)/gst plugin_LTLIBRARIES = libgstflac.la libgstflac_la_SOURCES = gstflac.c gstflacenc.c gstflacdec.c - -noinst_HEADERS = gstflacenc.h gstflacdec.h - libgstflac_la_CFLAGS = $(GST_CFLAGS) libgstflac_la_LIBADD = $(GST_LIBS) $(FLAC_LIBS) + +noinst_HEADERS = gstflacenc.h gstflacdec.h -- cgit