From a11e7d09d295fe62b14bc8a90a3d410aad716a4f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 1 Sep 2005 21:15:30 +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 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'gst/smpte') diff --git a/gst/smpte/Makefile.am b/gst/smpte/Makefile.am index f3d16c21..f9d09431 100644 --- a/gst/smpte/Makefile.am +++ b/gst/smpte/Makefile.am @@ -1,13 +1,9 @@ - plugin_LTLIBRARIES = libgstsmpte.la libgstsmpte_la_SOURCES = gstsmpte.c gstmask.c barboxwipes.c paint.c noinst_HEADERS = gstsmpte.h gstmask.h paint.h -libgstsmpte_la_CFLAGS = $(GST_CFLAGS) -I ../../../gst-plugins-base/gst-libs/ -libgstsmpte_la_LIBADD = -libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) - -EXTRA_DIST = - +libgstsmpte_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) +libgstsmpte_la_LIBADD = $(GST_BASE_LIBS) +libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit