1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* 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

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