aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ad9c6d7d..2f70c3b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,6 +115,8 @@ esac
115 115
116AM_CONDITIONAL(MINGW, test "$build_target" = "mingw") 116AM_CONDITIONAL(MINGW, test "$build_target" = "mingw")
117 117
118
119
118AC_SUBST(ENABLE_ON_UNIX) 120AC_SUBST(ENABLE_ON_UNIX)
119AC_SUBST(ENABLE_ON_W32) 121AC_SUBST(ENABLE_ON_W32)
120 122
@@ -482,6 +484,10 @@ AC_DEFINE_DIR([PACKAGE_DATA], [datarootdir], [The directory for installing read-
482packagesrcdir=`cd $srcdir && pwd` 484packagesrcdir=`cd $srcdir && pwd`
483AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [source dir]) 485AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [source dir])
484 486
487GN_PLUGIN_LDFLAGS="-export-dynamic -avoid-version -module -no-undefined"
488
489AC_SUBST(GN_PLUGIN_LDFLAGS)
490
485AC_SUBST(GNUNET_GNS_GTK_NAME, "GNUnet-GNS-GTK", [name of the program]) 491AC_SUBST(GNUNET_GNS_GTK_NAME, "GNUnet-GNS-GTK", [name of the program])
486AC_SUBST(GNUNET_FS_GTK_NAME, "GNUnet-FS-GTK", [name of the program]) 492AC_SUBST(GNUNET_FS_GTK_NAME, "GNUnet-FS-GTK", [name of the program])
487AC_SUBST(GNUNET_PEERINFO_GTK_NAME, "GNUnet-Peerinfo-GTK", [name of the program]) 493AC_SUBST(GNUNET_PEERINFO_GTK_NAME, "GNUnet-Peerinfo-GTK", [name of the program])