diff --git a/moo/Makefile.am b/moo/Makefile.am index ea1956ea..e05468c2 100644 --- a/moo/Makefile.am +++ b/moo/Makefile.am @@ -109,7 +109,7 @@ else if MOO_DEBUG_ENABLED # && !MOO_ENABLE_TESTS export_flags = -export-symbols-regex ".*" else # !MOO_DEBUG_ENABLED && !MOO_ENABLE_TESTS -export_flags = -export-symbols-regex "^(moo_).*" +export_flags = -export-symbols-regex "^(moo_|_moo_|md_).*" endif endif