summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-29 16:00:16 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-29 16:00:16 +0200
commit8d1166bb85981ef14f3183513c1b83852b32f88c (patch)
tree7624bbdb587ae6fa872a64c3c931830cf1da015c
parentfebef56cf2c9553ece69cf0f5e7e8ed4e110d7f3 (diff)
shapewipe: Fix Makefile of the example application
-rw-r--r--tests/examples/shapewipe/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/examples/shapewipe/Makefile.am b/tests/examples/shapewipe/Makefile.am
index fc4981a0d..0a5eecf1a 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 =