From 0f9c0996fc88f140f4c9292abfe1c521a1c9fad6 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 1 Jul 2005 10:38:34 +0000 Subject: fix some CFLAGS Original commit message from CVS: fix some CFLAGS --- ext/esd/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/esd') diff --git a/ext/esd/Makefile.am b/ext/esd/Makefile.am index 14eb41d2..492c9e03 100644 --- a/ext/esd/Makefile.am +++ b/ext/esd/Makefile.am @@ -3,8 +3,8 @@ plugin_LTLIBRARIES = libgstesd.la libgstesd_la_SOURCES = esdsink.c gstesd.c #esdmon.c -libgstesd_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS) -libgstesd_la_LIBADD = $(ESD_LIBS) $(GST_PLUGINS_LIBS_LIBS) -lgstaudio-@GST_MAJORMINOR@ +libgstesd_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) +libgstesd_la_LIBADD = $(ESD_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = esdsink.h esdmon.h -- cgit