X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configure.ac;h=d4f0ab891abf4ab1ccfd8755bf861c727b4b9201;hb=645767a8803ddfee212fc77bc80dd35fe2be1b0a;hp=1fc3e2eb77b4c7ddcbc214119c302c7586bdac19;hpb=4c72fa477ad226660df116c6275283833a3f5214;p=oweals%2Fgnunet.git diff --git a/configure.ac b/configure.ac index 1fc3e2eb7..d4f0ab891 100644 --- a/configure.ac +++ b/configure.ac @@ -711,20 +711,7 @@ fi GN_LIB_LDFLAGS="-export-dynamic -no-undefined" GN_PLUGIN_LDFLAGS="-export-dynamic -avoid-version -module -no-undefined" -dnl TODO insert a proper check here -AC_CACHE_CHECK([whether -export-symbols-regex works], - gn_cv_export_symbols_regex_works, - [ - case "$host_os" in - mingw*) gn_cv_export_symbols_regex_works=no;; - *) gn_cv_export_symbols_regex_works=yes;; - esac - ]) -if test "x$gn_cv_export_symbols_regex_works" = "xyes" -then - GN_LIB_LDFLAGS="$GN_LIB_LDFLAGS -export-symbols-regex \"GNUNET_@<:@a-zA-Z0-9_@:>@*\"" - GN_PLUGIN_LDFLAGS="$GN_PLUGIN_LDFLAGS -export-symbols-regex \"@<:@a-zA-Z0-9_@:>@*\"" -fi + AC_SUBST(GN_LIB_LDFLAGS) AC_SUBST(GN_PLUGIN_LDFLAGS) AC_SUBST(GN_INTLINCL) @@ -750,24 +737,30 @@ AM_CONDITIONAL([USE_COVERAGE], [test "x$use_gcov" = "xyes"]) -AC_CONFIG_FILES([ po/Makefile.in m4/Makefile +AC_CONFIG_FILES([ Makefile contrib/Makefile +m4/Makefile +po/Makefile.in src/Makefile src/arm/Makefile src/core/Makefile -src/include/Makefile -src/include/gnunet_directories.h -src/util/Makefile +src/datacache/Makefile +src/datastore/Makefile src/fragmentation/Makefile +src/fs/Makefile src/hello/Makefile +src/include/Makefile +src/include/gnunet_directories.h src/hostlist/Makefile src/peerinfo/Makefile src/resolver/Makefile src/statistics/Makefile src/template/Makefile +src/testing/Makefile src/topology/Makefile src/transport/Makefile +src/util/Makefile ]) AC_OUTPUT