[MOVED FROM BAD 02/29] shapewipe: Fix Makefile of the example application
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 29 May 2009 14:00:16 +0000 (16:00 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 12 Feb 2010 10:12:32 +0000 (11:12 +0100)
tests/examples/shapewipe/Makefile.am

index fc4981a..0a5eecf 100644 (file)
@@ -1,6 +1,8 @@
 noinst_PROGRAMS = shapewipe-example
 
-shapewipe_example_CFLAGS = $(GST_CFLAGS) $(GST_CONTROLLER_LIBS)
-shapewipe_example_LDADD = $(GST_LIBS) $(GST_CONTROLLER_LIBS)
 shapewipe_example_SOURCES = shapewipe-example.c
+shapewipe_example_CFLAGS = $(GST_CFLAGS) $(GST_CONTROLLER_CFLAGS)
+shapewipe_example_LDFLAGS = $(GST_LIBS) $(GST_CONTROLLER_LIBS)
+
+noinst_HEADERS =