diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-05-29 16:00:16 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-05-29 16:00:16 +0200 |
commit | 8d1166bb85981ef14f3183513c1b83852b32f88c (patch) | |
tree | 7624bbdb587ae6fa872a64c3c931830cf1da015c | |
parent | febef56cf2c9553ece69cf0f5e7e8ed4e110d7f3 (diff) | |
download | gst-plugins-bad-8d1166bb85981ef14f3183513c1b83852b32f88c.tar.gz gst-plugins-bad-8d1166bb85981ef14f3183513c1b83852b32f88c.tar.bz2 gst-plugins-bad-8d1166bb85981ef14f3183513c1b83852b32f88c.zip |
shapewipe: Fix Makefile of the example application
-rw-r--r-- | tests/examples/shapewipe/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
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 = |