[MOVED FROM BAD 02/29] shapewipe: Fix Makefile of the example application

This commit is contained in:
Sebastian Dröge 2009-05-29 16:00:16 +02:00
parent 12a27a46f9
commit b7f83c6b80

View 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 =