Reinsert EOL matcher in regexp, having added appropriate Make pixie-dust escaping

Original commit message from CVS:
Reinsert EOL matcher in regexp, having added appropriate Make pixie-dust
escaping
This commit is contained in:
Michael Smith 2005-09-15 10:46:03 +00:00
parent 5c41fb2317
commit 3f6daca2d0

View file

@ -286,7 +286,7 @@ AC_SUBST(plugindir)
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' -no-undefined"
GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' -no-undefined"
AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl these are all the gst plug-ins, compilable without additional libs