summaryrefslogtreecommitdiffstats
path: root/gst/smpte
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-01 21:15:30 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-01 21:15:30 +0000
commita11e7d09d295fe62b14bc8a90a3d410aad716a4f (patch)
tree4f63d0f86308f2df4e9f0f8788c1e65b282521d0 /gst/smpte
parent423df73380779bfc30d9f87cd876dcea71b75af0 (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.am10
1 files changed, 3 insertions, 7 deletions
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)