diff options
author | Werner Koch <[email protected]> | 1999-07-07 11:28:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-07-07 11:28:26 +0000 |
commit | bd7298cf0dbeacbd415acdf814acace9aabb8455 (patch) | |
tree | ae235766ee42b77ba5ca19dfb1bf99e678154e3d /tools | |
parent | See ChangeLog: Fri Jul 2 11:45:54 CEST 1999 Werner Koch (diff) | |
download | gnupg-bd7298cf0dbeacbd415acdf814acace9aabb8455.tar.gz gnupg-bd7298cf0dbeacbd415acdf814acace9aabb8455.zip |
See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ChangeLog | 5 | ||||
-rw-r--r-- | tools/Makefile.am | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 8555c72ce..b59145f02 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 7 13:08:40 CEST 1999 Werner Koch <[email protected]> + + + * Makefile.am: Support for libtool. + Tue Jun 8 13:36:25 CEST 1999 Werner Koch <[email protected]> * mpicalc.c (main): hex digits may now be lowercase diff --git a/tools/Makefile.am b/tools/Makefile.am index 71db17c68..403aa6761 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,8 +1,8 @@ ## Process this file with automake to produce Makefile.in INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -needed_libs = ../cipher/libcipher.a ../util/libutil.a \ - ../mpi/libmpi.a ../util/libutil.a @INTLLIBS@ +needed_libs = ../cipher/libcipher.la \ + ../mpi/libmpi.la ../util/libutil.la @INTLLIBS@ noinst_PROGRAMS = mpicalc bftest clean-sat mk-tdata shmtest |