gstreamer/tests/examples/shapewipe/Makefile.am
Tim-Philipp Müller cc04850bd8 tests: use LDADD for libs to link to instead of LDFLAGS
Use foo_LDADD instead of foo_LDFLAGS to specify the libraries to link to.
This should make sure arguments are passed to the linker in the right
order, and makes LDFLAGS usable again.

Based on patch by Brian Cameron <brian.cameron@oracle.com>

Fixes #615697.
2010-04-14 20:06:09 +01:00

9 lines
232 B
Makefile

noinst_PROGRAMS = shapewipe-example
shapewipe_example_SOURCES = shapewipe-example.c
shapewipe_example_CFLAGS = $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS)
shapewipe_example_LDADD = $(GST_CONTROLLER_LIBS) $(GST_LIBS)
noinst_HEADERS =