shapewipe: Fix Makefile of the example application
This commit is contained in:
parent
febef56cf2
commit
8d1166bb85
@ -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 =
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user