diff options
author | Paul Howarth <paul@city-fan.org> | 2013-04-15 10:14:30 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-04-15 23:06:10 +0200 |
commit | 1c40685d32031b1c94eff60f155d8fb6f078ab3b (patch) | |
tree | 5ca2936098798133e7bd8e8e868b9b5079b8b76f /tests | |
parent | 31c6e7af6af315d923b29f490f27c038e18712a8 (diff) |
Add extra libs for lib1900 and lib2033 test programs
These are needed in cases where clock_gettime is used, from librt.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libtest/Makefile.inc b/tests/libtest/Makefile.inc index 581d2a26e..04de1d79d 100644 --- a/tests/libtest/Makefile.inc +++ b/tests/libtest/Makefile.inc @@ -336,7 +336,9 @@ lib1510_LDADD = $(TESTUTIL_LIBS) lib1510_CPPFLAGS = $(AM_CPPFLAGS) -DLIB1510 lib1900_SOURCES = lib1900.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS) +lib1900_LDADD = $(TESTUTIL_LIBS) lib1900_CPPFLAGS = $(AM_CPPFLAGS) lib2033_SOURCES = libntlmconnect.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS) +lib2033_LDADD = $(TESTUTIL_LIBS) lib2033_CPPFLAGS = $(AM_CPPFLAGS) -DUSE_PIPELINING |