From: Thomas Vander Stichele Date: Thu, 1 Sep 2005 21:15:30 +0000 (+0000) Subject: fix build after cleaning up my vomit X-Git-Tag: RELEASE-0_9_1~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a11e7d09d295fe62b14bc8a90a3d410aad716a4f;p=platform%2Fupstream%2Fgst-plugins-good.git fix build after cleaning up my vomit Original commit message from CVS: fix build after cleaning up my vomit --- diff --git a/gst/smpte/Makefile.am b/gst/smpte/Makefile.am index f3d16c2..f9d0943 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)