From 7593b38a57f55c28cdb4b8c3df27a13c6ce55d99 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 23 Sep 2005 04:23:00 +0000 Subject: fix build and use of GST_LIBS Original commit message from CVS: fix build and use of GST_LIBS --- ext/esd/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ext/esd') diff --git a/ext/esd/Makefile.am b/ext/esd/Makefile.am index 492c9e03..fd2ee4bc 100644 --- a/ext/esd/Makefile.am +++ b/ext/esd/Makefile.am @@ -1,10 +1,9 @@ - plugin_LTLIBRARIES = libgstesd.la libgstesd_la_SOURCES = esdsink.c gstesd.c #esdmon.c -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_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) +libgstesd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ $(ESD_LIBS) libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = esdsink.h esdmon.h -- cgit