summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-23 15:01:00 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-23 15:01:00 +0000
commit0cf8e97f9c2993872a69e2bd975ddcef6066c62f (patch)
tree18207d431da8d1600cfa68a024ad1fc42ec865d9
parent23ca6f187624793dbbf86cca94366d5ad4020de3 (diff)
fix build of goom
Original commit message from CVS: fix build of goom
-rw-r--r--gst/goom/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/goom/Makefile.am b/gst/goom/Makefile.am
index 98cb0409..c265a84f 100644
--- a/gst/goom/Makefile.am
+++ b/gst/goom/Makefile.am
@@ -7,7 +7,7 @@ noinst_HEADERS = gstgoom.h filters.h goom_core.h goom_tools.h graphic.h lines.h
libgstgoom_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c lines.c
-libgstgoom_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS)
+libgstgoom_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GOOM_FILTER_CFLAGS)
libgstgoom_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)