diff options
author | Werner Koch <[email protected]> | 2000-03-13 18:19:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-03-13 18:19:12 +0000 |
commit | 14a2e006bcd829671191c127d7ad3288995db8f9 (patch) | |
tree | ca819fd1b70778754f9ef438a62269e28896a7e6 /tools | |
parent | See ChangeLog: Mon Feb 21 22:43:01 CET 2000 Werner Koch (diff) | |
download | gnupg-14a2e006bcd829671191c127d7ad3288995db8f9.tar.gz gnupg-14a2e006bcd829671191c127d7ad3288995db8f9.zip |
See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner Koch
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 92e008dfd..057f883e5 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -2,8 +2,10 @@ EXTRA_DIST = lspgpot INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -needed_libs = ../gcrypt/libgcrypt.la \ - ../util/libutil.la ../jnlib/libjnlib.la @INTLLIBS@ +# we need to add libutil.la a second time because we have to resolve +# gpg_log_ in some libjnlib modules. - very ugly - should be removed soon. +needed_libs = ../util/libutil.la ../gcrypt/libgcrypt.la \ + ../jnlib/libjnlib.la ../util/libutil.la @INTLLIBS@ noinst_PROGRAMS = mpicalc bftest clean-sat mk-tdata shmtest |