diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-11-27 21:29:32 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-11-27 21:29:32 -0800 |
commit | a8b8d267e41a830eec7e6ef1da52d6da58d774dc (patch) | |
tree | 8dc6a10fd51494c83e3dc6304d560b30ca20cbeb /tests | |
parent | dfef4d800288a4ca7bccc60a817ccb3abb368b01 (diff) |
Define EXTRA_NETWORK_LIBS, because we use it.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.in | 1 |
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) |