From 60f5f23055e7b26903209cada31aa507844ec0ab Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 7 Jan 2004 21:36:52 +0000 Subject: Handle builddir != srcdir builds with making gstvideoexample.c Original commit message from CVS: Handle builddir != srcdir builds with making gstvideoexample.c --- gst/videofilter/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gst/videofilter') diff --git a/gst/videofilter/Makefile.am b/gst/videofilter/Makefile.am index 8b90a94f..56e54c98 100644 --- a/gst/videofilter/Makefile.am +++ b/gst/videofilter/Makefile.am @@ -6,7 +6,7 @@ noinst_LTLIBRARIES = libgstvideoexample.la noinst_HEADERS = gstvideofilter.h gstvideoflip.h gstvideobalance.h EXTRA_DIST = gstvideotemplate.c make_filter -EXTRA_CLEAN = gstvideoexample.c +CLEANFILES = gstvideoexample.c libgstvideofilter_la_SOURCES = gstvideofilter.c libgstvideofilter_la_CFLAGS = $(GST_CFLAGS) @@ -29,7 +29,6 @@ libgstvideobalance_la_LIBADD = libgstvideobalance_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lm -# no, this doesn't work if $(srcdir) != (builddir) gstvideoexample.c: $(srcdir)/make_filter $(srcdir)/gstvideotemplate.c - $(srcdir)/make_filter Videoexample + $(srcdir)/make_filter Videoexample $(srcdir)/gstvideotemplate.c -- cgit