aboutsummaryrefslogtreecommitdiff
path: root/tests/server/Makefile.inc
diff options
context:
space:
mode:
authorMandy Wu <mandy.wu@intel.com>2011-07-18 23:39:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-07-18 23:48:53 +0200
commitaa26c2751a9edc8129ae2cff1c82ddfd0e5b1446 (patch)
treec2230508553e32bf9b6c7dba76e3f78309afddaa /tests/server/Makefile.inc
parenta6d4807d028eb82f4a99587b0a8851727ca88566 (diff)
test2005: verify ntlm single-signon
Diffstat (limited to 'tests/server/Makefile.inc')
-rw-r--r--tests/server/Makefile.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/server/Makefile.inc b/tests/server/Makefile.inc
index be3f06808..6b0ee72f0 100644
--- a/tests/server/Makefile.inc
+++ b/tests/server/Makefile.inc
@@ -1,4 +1,4 @@
-noinst_PROGRAMS = getpart resolve rtspd sockfilt sws tftpd
+noinst_PROGRAMS = getpart resolve rtspd sockfilt sws tftpd fake_ntlm
CURLX_SRCS = \
$(top_srcdir)/lib/mprintf.c \
@@ -63,3 +63,8 @@ tftpd_SOURCES = $(CURLX_SRCS) $(CURLX_HDRS) $(USEFUL) $(UTIL) \
tftp.h
tftpd_LDADD = @TEST_SERVER_LIBS@
tftpd_CFLAGS = $(AM_CFLAGS)
+
+fake_ntlm_SOURCES = $(CURLX_SRCS) $(CURLX_HDRS) $(USEFUL) $(UTIL) \
+ fake_ntlm.c
+fake_ntlm_LDADD = @TEST_SERVER_LIBS@
+fake_ntlm_CFLAGS = $(AM_CFLAGS)