diff --git a/tools/ChangeLog b/tools/ChangeLog index 0cb89ae11..5260c5605 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,8 @@ +2002-09-25 David Shaw + + * Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD uses + sockets. + 2002-05-07 Stefan Bellon * gpgsplit.c (create_filename): Use EXTSEP_S instead of ".". diff --git a/tools/Makefile.am b/tools/Makefile.am index 769e30c48..2d5e681eb 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -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@