~ubuntu-branches/ubuntu/vivid/curl/vivid-security

« back to all changes in this revision

Viewing changes to tests/server/Makefile.inc

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-05-24 21:12:19 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (3.3.1 squeeze) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: james.westby@ubuntu.com-20090524211219-7jgcwuhl04ixuqsm
Tags: upstream-7.19.5
ImportĀ upstreamĀ versionĀ 7.19.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_PROGRAMS = sws getpart sockfilt resolve tftpd
 
2
 
 
3
useful = getpart.c getpart.h $(top_srcdir)/lib/strequal.c       \
 
4
 $(top_srcdir)/lib/base64.c $(top_srcdir)/lib/mprintf.c         \
 
5
 $(top_srcdir)/lib/memdebug.c $(top_srcdir)/lib/timeval.c
 
6
 
 
7
resolve_SOURCES= resolve.c util.c util.h $(useful)
 
8
resolve_LDADD = @TEST_SERVER_LIBS@
 
9
 
 
10
sws_SOURCES= sws.c util.c util.h $(useful)
 
11
sws_LDADD = @TEST_SERVER_LIBS@
 
12
 
 
13
sockfilt_SOURCES = sockfilt.c util.c util.h $(useful)   \
 
14
 $(top_srcdir)/lib/inet_pton.c
 
15
sockfilt_LDADD = @TEST_SERVER_LIBS@
 
16
 
 
17
getpart_SOURCES= testpart.c $(useful)
 
18
# This is needed because of (unused) network debugging functions in memdebug.c
 
19
getpart_LDADD = @TEST_SERVER_LIBS@
 
20
 
 
21
tftpd_SOURCES = tftpd.c util.c util.h $(useful) tftp.h
 
22
tftpd_LDADD = @TEST_SERVER_LIBS@