summaryrefslogtreecommitdiffstats
path: root/gst/smpte
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-01 21:20:45 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-01 21:20:45 +0000
commit0dd1b22ab4c00bbd639a30bc2a2bcd82c9b229fd (patch)
tree7cc6e717386e05ee8e8f55cbab4f8e7b6c303e9d /gst/smpte
parenta11e7d09d295fe62b14bc8a90a3d410aad716a4f (diff)
fix build after cleaning up my vomit
Original commit message from CVS: fix build after cleaning up my vomit
Diffstat (limited to 'gst/smpte')
-rw-r--r--gst/smpte/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/smpte/Makefile.am b/gst/smpte/Makefile.am
index f9d09431..91d33177 100644
--- a/gst/smpte/Makefile.am
+++ b/gst/smpte/Makefile.am
@@ -4,6 +4,6 @@ libgstsmpte_la_SOURCES = gstsmpte.c gstmask.c barboxwipes.c paint.c
noinst_HEADERS = gstsmpte.h gstmask.h paint.h
-libgstsmpte_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
-libgstsmpte_la_LIBADD = $(GST_BASE_LIBS)
+libgstsmpte_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
+libgstsmpte_la_LIBADD = $(GST_PLUGINS_BASE_LIBS)
libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)