~ubuntu-branches/ubuntu/raring/curl/raring-updates

« back to all changes in this revision

Viewing changes to tests/server/Makefile.inc

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2011-11-13 21:07:32 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: package-import@ubuntu.com-20111113210732-bk5n25x2tu7aplur
Tags: upstream-7.22.0
ImportĀ upstreamĀ versionĀ 7.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
noinst_PROGRAMS = getpart resolve rtspd sockfilt sws tftpd
 
1
noinst_PROGRAMS = getpart resolve rtspd sockfilt sws tftpd fake_ntlm
2
2
 
3
3
CURLX_SRCS = \
4
4
 $(top_srcdir)/lib/mprintf.c \
63
63
 tftp.h
64
64
tftpd_LDADD = @TEST_SERVER_LIBS@
65
65
tftpd_CFLAGS = $(AM_CFLAGS)
 
66
 
 
67
fake_ntlm_SOURCES = $(CURLX_SRCS) $(CURLX_HDRS) $(USEFUL) $(UTIL) \
 
68
 fake_ntlm.c
 
69
fake_ntlm_LDADD = @TEST_SERVER_LIBS@
 
70
fake_ntlm_CFLAGS = $(AM_CFLAGS)