aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am15
1 files changed, 5 insertions, 10 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 793fc1b90..769e30c48 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -20,8 +20,7 @@
EXTRA_DIST = lspgpot ring-a-party mail-signed-keys
INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl
-needed_libs = ../cipher/libcipher.a \
- ../mpi/libmpi.a ../util/libutil.a @INTLLIBS@
+needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a
bin_PROGRAMS = gpgsplit
noinst_PROGRAMS = mpicalc bftest clean-sat mk-tdata shmtest
@@ -37,14 +36,10 @@ shmtest_SOURCES = shmtest.c
gpgsplit_SOURCES = gpgsplit.c
-mpicalc_LDADD = $(needed_libs)
-bftest_LDADD = $(needed_libs)
+mpicalc_LDADD = $(needed_libs) @INTLLIBS@
+bftest_LDADD = $(needed_libs) @INTLLIBS@
-shmtest_LDADD = $(needed_libs)
-gpgsplit_LDADD = @ZLIBS@ $(needed_libs)
+shmtest_LDADD = $(needed_libs) @INTLLIBS@
+gpgsplit_LDADD = @ZLIBS@ $(needed_libs) @INTLLIBS@
mpicalc bftest shmtest gpgsplit: $(needed_libs)
-
-
-
-