diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-11-03 11:25:06 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-11-03 11:25:06 +0100 |
commit | 1db61aca3b86dedade5be59aae666f67592eb2bc (patch) | |
tree | 16d4ce1d67a896e26713dee3616ceb0e350d2631 /tests/Makefile.am | |
parent | bbb6eb3aaa698677c6641a69fe5d8fc69a70bbda (diff) | |
download | curl-1db61aca3b86dedade5be59aae666f67592eb2bc.tar.gz |
dist: add symbol-scan.pl to the tarball
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 1d5a4afa0..78450b100 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -27,7 +27,7 @@ EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl getpart.pm \ FILEFORMAT README stunnel.pem memanalyze.pl testcurl.pl valgrind.pm ftp.pm \ sshserver.pl sshhelp.pm testcurl.1 runtests.1 $(HTMLPAGES) $(PDFPAGES) \ CMakeLists.txt certs/scripts/*.sh certs/Server* certs/EdelCurlRoot* \ - serverhelp.pm tftpserver.pl rtspserver.pl directories.pm + serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl SUBDIRS = data server libtest |