aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-11-27 21:29:32 -0800
committerGuy Harris <guy@alum.mit.edu>2017-11-27 21:29:32 -0800
commita8b8d267e41a830eec7e6ef1da52d6da58d774dc (patch)
tree8dc6a10fd51494c83e3dc6304d560b30ca20cbeb /tests
parentdfef4d800288a4ca7bccc60a817ccb3abb368b01 (diff)
Define EXTRA_NETWORK_LIBS, because we use it.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 5be2ca76..c65a455f 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -62,6 +62,7 @@ LDFLAGS = @LDFLAGS@ ${CROSSFLAGS}
DYEXT = @DYEXT@
V_RPATH_OPT = @V_RPATH_OPT@
DEPENDENCY_CFLAG = @DEPENDENCY_CFLAG@
+EXTRA_NETWORK_LIBS=@EXTRA_NETWORK_LIBS@
# Standard CFLAGS for building test programs
FULL_CFLAGS = $(CCOPT) $(INCLS) $(DEFS) $(CFLAGS)