diff options
author | Kamil Dudka <kdudka@redhat.com> | 2015-02-25 12:12:47 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2015-02-25 12:13:21 +0100 |
commit | 1514b718e3e5ea08acd1816464809de49a211f38 (patch) | |
tree | 526fea5d63dfa3624de8368359b6f1287927934c /tests/Makefile.am | |
parent | b9c190ba771787855783574f98ec441b7ca7a904 (diff) | |
download | curl-1514b718e3e5ea08acd1816464809de49a211f38.tar.gz |
dist: add symbol-scan.pl to the tarball
... in order to make test1135 succeed
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ca69709da..eac455aee 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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) \ serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl \ - CMakeLists.txt mem-include-scan.pl valgrind.supp http_pipe.py + CMakeLists.txt mem-include-scan.pl valgrind.supp http_pipe.py extern-scan.pl DISTCLEANFILES = configurehelp.pm |