~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20070516151654-x9nkigtr2j0i8d0v
Tags: upstream-7.16.2
ImportĀ upstreamĀ versionĀ 7.16.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
# KIND, either express or implied.
20
20
#
21
 
# $Id: Makefile.am,v 1.44 2005/04/28 13:55:16 bagder Exp $
 
21
# $Id: Makefile.am,v 1.45 2007-03-24 06:29:58 danf Exp $
22
22
###########################################################################
23
23
 
24
24
HTMLPAGES = testcurl.html runtests.html
26
26
 
27
27
EXTRA_DIST = ftpserver.pl httpserver.pl httpsserver.pl runtests.pl getpart.pm \
28
28
 FILEFORMAT README stunnel.pem memanalyze.pl testcurl.pl valgrind.pm ftp.pm   \
29
 
 testcurl.1 runtests.1 $(HTMLPAGES) $(PDFPAGES)
 
29
 sshserver.pl testcurl.1 runtests.1 $(HTMLPAGES) $(PDFPAGES)
30
30
 
31
31
SUBDIRS = data server libtest
32
32