diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-29 23:30:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-29 23:30:51 +0200 |
commit | a3a5e2eaa3a2c85d14a7edf0fd98a208f3d9f77a (patch) | |
tree | 751a3655409dd6e3ec79ffa29965a4f0dcfc6021 /tests/Makefile.am | |
parent | a97d826f6de35372563ca47087bd53ce837fe21e (diff) | |
download | curl-a3a5e2eaa3a2c85d14a7edf0fd98a208f3d9f77a.tar.gz |
dist: add tests/version-scan.pl to tarball
... used in test 1177.
Follow-up to a97d826f6de3
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 be35557bf..c7b465d9a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -33,7 +33,7 @@ EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl \ negtelnetserver.py smbserver.py curl_test_data.py \ objnames-test08.sh objnames-test10.sh objnames.inc \ disable-scan.pl manpage-syntax.pl error-codes.pl badsymbols.pl \ - azure.pm appveyor.pm + azure.pm appveyor.pm version-scan.pl DISTCLEANFILES = configurehelp.pm |