diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2013-04-18 10:55:41 +0200 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2013-04-18 10:55:41 +0200 |
commit | 6d9236e8054dd17ba40f9988103bbee329610505 (patch) | |
tree | 7295a46601f1b9c9cd6764296e8324cb2a4d6207 /tests/Makefile.am | |
parent | c306d2e42f17a217bbc54d00f0aef825b18093b3 (diff) | |
download | curl-6d9236e8054dd17ba40f9988103bbee329610505.tar.gz |
Add tests/http_pipe.py to the tarball build
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 7e55d96ab..11e0a258d 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 + CMakeLists.txt mem-include-scan.pl valgrind.supp http_pipe.py # we have two variables here to make sure DIST_SUBDIRS won't get 'unit' # added twice as then targets such as 'distclean' misbehave and try to |