mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
* Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD uses
sockets.
This commit is contained in:
parent
1e7e30fbd0
commit
604874a01c
@ -1,3 +1,8 @@
|
||||
2002-09-25 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD uses
|
||||
sockets.
|
||||
|
||||
2002-05-07 Stefan Bellon <sbellon@sbellon.de>
|
||||
|
||||
* gpgsplit.c (create_filename): Use EXTSEP_S instead of ".".
|
||||
|
@ -37,7 +37,7 @@ gpgsplit_SOURCES = gpgsplit.c
|
||||
|
||||
|
||||
mpicalc_LDADD = $(needed_libs) @INTLLIBS@
|
||||
bftest_LDADD = $(needed_libs) @INTLLIBS@
|
||||
bftest_LDADD = $(needed_libs) @EGDLIBS@ @INTLLIBS@
|
||||
|
||||
shmtest_LDADD = $(needed_libs) @INTLLIBS@
|
||||
gpgsplit_LDADD = @ZLIBS@ $(needed_libs) @INTLLIBS@
|
||||
|
Loading…
x
Reference in New Issue
Block a user