summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-07-01 10:38:34 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-07-01 10:38:34 +0000
commit0f9c0996fc88f140f4c9292abfe1c521a1c9fad6 (patch)
treec7d37aa387908aaffd4a7b481178c02f721bf290
parent70274d9c82410c05d339a2e0ba3006f19e3e96d8 (diff)
fix some CFLAGS
Original commit message from CVS: fix some CFLAGS
-rw-r--r--ext/esd/Makefile.am4
-rw-r--r--gst/goom/Makefile.am2
2 files changed, 3 insertions, 3 deletions
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
diff --git a/gst/goom/Makefile.am b/gst/goom/Makefile.am
index 8ddb8b8a..a8418d26 100644
--- a/gst/goom/Makefile.am
+++ b/gst/goom/Makefile.am
@@ -8,7 +8,7 @@ libgstgoom_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c lin
noinst_HEADERS = filters.h goom_core.h goom_tools.h graphic.h lines.h
-libgstgoom_la_CFLAGS = $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS)
+libgstgoom_la_CFLAGS = $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstgoom_la_LIBADD =
libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS)