aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/ChangeLog4
-rw-r--r--tools/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 94e3e6089..7e2e82cbe 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-24 David Shaw <[email protected]>
+
+ * Makefile.am: Use NETLIBS instead of EGDLIBS.
+
2003-07-10 David Shaw <[email protected]>
* Makefile.am: Use W32LIBS where appropriate.
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 387348f6e..a8325604d 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -27,7 +27,7 @@ noinst_PROGRAMS = mpicalc bftest clean-sat mk-tdata shmtest
gpgsplit_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @ZLIBS@
mpicalc_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @W32LIBS@
-bftest_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @W32LIBS@ @DLLIBS@ @EGDLIBS@
+bftest_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @W32LIBS@ @DLLIBS@ @NETLIBS@
shmtest_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@
gpgsplit mpicalc bftest shmtest: $(needed_libs)