mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* Makefile.am: Use W32LIBS where appropriate.
This commit is contained in:
parent
654276143b
commit
df79db51f1
4 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-07-10 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Use W32LIBS where appropriate.
|
||||
|
||||
2003-05-30 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Some cleanup, and use DLLIBS for -ldl.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue