* Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD uses

sockets.
This commit is contained in:
David Shaw 2002-09-25 11:29:14 +00:00
parent c6f8520ad1
commit d04fd6570f
2 changed files with 6 additions and 1 deletions

View File

@ -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 ".".

View File

@ -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@