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 --- gst/goom/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/goom') 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) -- cgit