summaryrefslogtreecommitdiffstats
path: root/gst/speed
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2005-10-18 08:39:41 +0000
committerJulien Moutte <julien@moutte.net>2005-10-18 08:39:41 +0000
commitc9bc123cbea7f2e7605d19556d994fe844f33caf (patch)
treed511f2a3b6ff3605645f074c51a35db31b404368 /gst/speed
parent7da0e3ec0059caf3f87ed04a6655fd68c4b81f20 (diff)
downloadgst-plugins-bad-c9bc123cbea7f2e7605d19556d994fe844f33caf.tar.gz
gst-plugins-bad-c9bc123cbea7f2e7605d19556d994fe844f33caf.tar.bz2
gst-plugins-bad-c9bc123cbea7f2e7605d19556d994fe844f33caf.zip
gst/speed/Makefile.am: Fix build of speed.
Original commit message from CVS: 2005-10-18 Julien MOUTTE <julien@moutte.net> * gst/speed/Makefile.am: Fix build of speed.
Diffstat (limited to 'gst/speed')
-rw-r--r--gst/speed/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/speed/Makefile.am b/gst/speed/Makefile.am
index a73d2ab4..d2b75725 100644
--- a/gst/speed/Makefile.am
+++ b/gst/speed/Makefile.am
@@ -2,7 +2,7 @@
plugin_LTLIBRARIES = libgstspeed.la
libgstspeed_la_SOURCES = gstspeed.c
-libgstspeed_la_CFLAGS = $(GST_CFLAGS)
+libgstspeed_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstspeed_la_LIBADD =
libgstspeed_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)