summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e64578)
raw | patch | inline | side by side (parent: 9e64578)
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | |
Mon, 28 Feb 2011 18:27:21 +0000 (19:27 +0100) | ||
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | |
Mon, 28 Feb 2011 18:27:21 +0000 (19:27 +0100) |
Fixes #642504.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index a903428aa349b2408cbf372f21419fb348ee75b8..3a33718afdba87ea146f66e5dc05989520de08eb 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl this really should only contain flags, not libs - they get added before
dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
-GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS"
+GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc.*' $GST_ALL_LDFLAGS"
AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl *** output files ***