From 0dd1b22ab4c00bbd639a30bc2a2bcd82c9b229fd Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 1 Sep 2005 21:20:45 +0000 Subject: fix build after cleaning up my vomit Original commit message from CVS: fix build after cleaning up my vomit --- gst/smpte/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/smpte') 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) -- cgit