aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-09-25 11:29:14 +0000
committerDavid Shaw <[email protected]>2002-09-25 11:29:14 +0000
commitd04fd6570f079c8f6d88326a4ae3df1fb61a7e92 (patch)
tree811a2f1f3ed806f7dc9eb40e764281b702f66075
parent* configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses sockets. (diff)
downloadgnupg-d04fd6570f079c8f6d88326a4ae3df1fb61a7e92.tar.gz
gnupg-d04fd6570f079c8f6d88326a4ae3df1fb61a7e92.zip
* Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD uses
sockets.
Diffstat (limited to '')
-rw-r--r--tools/ChangeLog5
-rw-r--r--tools/Makefile.am2
2 files changed, 6 insertions, 1 deletions
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 <[email protected]>
+
+ * Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD uses
+ sockets.
+
2002-05-07 Stefan Bellon <[email protected]>
* 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@