From 8d1166bb85981ef14f3183513c1b83852b32f88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 29 May 2009 16:00:16 +0200 Subject: shapewipe: Fix Makefile of the example application --- tests/examples/shapewipe/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/examples/shapewipe/Makefile.am') diff --git a/tests/examples/shapewipe/Makefile.am b/tests/examples/shapewipe/Makefile.am index fc4981a0..0a5eecf1 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 = -- cgit v1.2.1