diff options
author | David Shaw <[email protected]> | 2003-06-20 03:23:15 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-06-20 03:23:15 +0000 |
commit | ed8dd3613ab22440982c484156f5eb76c4561eac (patch) | |
tree | a96bf14956e7f6a43faccc60d726faeb4c46f800 | |
parent | * Makefile.am: Include W32LIBS where appropriate. (diff) | |
download | gnupg-ed8dd3613ab22440982c484156f5eb76c4561eac.tar.gz gnupg-ed8dd3613ab22440982c484156f5eb76c4561eac.zip |
* Makefile.am: Use W32LIBS where appropriate.
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/Makefile.am | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 65cf2243e..84a581de8 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2003-06-19 David Shaw <[email protected]> + + * Makefile.am: Use W32LIBS where appropriate. + 2003-05-28 David Shaw <[email protected]> * Makefile.am: Some cleanup, and use DLLIBS for -ldl. diff --git a/tools/Makefile.am b/tools/Makefile.am index 69fc96bdb..387348f6e 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -26,8 +26,8 @@ bin_PROGRAMS = gpgsplit noinst_PROGRAMS = mpicalc bftest clean-sat mk-tdata shmtest gpgsplit_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @ZLIBS@ -mpicalc_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ -bftest_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @DLLIBS@ @EGDLIBS@ +mpicalc_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @W32LIBS@ +bftest_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @W32LIBS@ @DLLIBS@ @EGDLIBS@ shmtest_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ gpgsplit mpicalc bftest shmtest: $(needed_libs) |