From: Sebastian Dröge Date: Fri, 29 May 2009 14:00:16 +0000 (+0200) Subject: [MOVED FROM BAD 02/29] shapewipe: Fix Makefile of the example application X-Git-Tag: 1.19.3~509^2~9182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7f83c6b8092b70bcc54af6c8ef1394d31537a97;p=platform%2Fupstream%2Fgstreamer.git [MOVED FROM BAD 02/29] shapewipe: Fix Makefile of the example application --- diff --git a/tests/examples/shapewipe/Makefile.am b/tests/examples/shapewipe/Makefile.am index fc4981a..0a5eecf 100644 --- a/tests/examples/shapewipe/Makefile.am +++ b/tests/examples/shapewipe/Makefile.am @@ -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 =