summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-03-07 10:46:12 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-03-07 10:46:12 +0100
commit8b9183c63388d2a510b07d20bd4ca3d124523c19 (patch)
tree7d4f6afae54d3000843fb9e9b84b3458559d7383 /tests
parent92808b101050aac4327040835bb9bc4b4fca075a (diff)
cairooverlay: Use LDADD instead of LDFLAGS for libs and add $(GST_LIBS)
Diffstat (limited to 'tests')
-rw-r--r--tests/examples/cairo/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/cairo/Makefile.am b/tests/examples/cairo/Makefile.am
index 7fcecb9ed..45f546892 100644
--- a/tests/examples/cairo/Makefile.am
+++ b/tests/examples/cairo/Makefile.am
@@ -4,4 +4,4 @@ endif
cairo_overlay_SOURCES = cairo_overlay.c
cairo_overlay_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(CAIRO_CFLAGS)
-cairo_overlay_LDFLAGS = -lgstvideo-$(GST_MAJORMINOR) $(CAIRO_LIBS)
+cairo_overlay_LDADD = -lgstvideo-$(GST_MAJORMINOR) $(GST_LIBS) $(CAIRO_LIBS)