From 6a0ec3b14d9d9974ad3af4991939ea52cb86b8ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 30 May 2012 13:41:17 +0200 Subject: [PATCH] examples: Fix linking by passing -export-dynamic in the right variable --- tests/examples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am index ddb272d..4e1e904 100644 --- a/tests/examples/Makefile.am +++ b/tests/examples/Makefile.am @@ -17,5 +17,6 @@ noinst_PROGRAMS = \ text_properties \ $(graphical) -AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS) -export-dynamic +AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS) +AM_LDFLAGS = -export-dynamic LDADD = $(top_builddir)/ges/libges-@GST_API_VERSION@.la $(GST_PBUTILS_LIBS) $(GST_LIBS) $(GTK_LIBS) -- 2.7.4