diff options
Diffstat (limited to 'perl/Curl_easy/t/Makefile.am')
-rw-r--r-- | perl/Curl_easy/t/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/Curl_easy/t/Makefile.am b/perl/Curl_easy/t/Makefile.am new file mode 100644 index 000000000..99466ba1d --- /dev/null +++ b/perl/Curl_easy/t/Makefile.am @@ -0,0 +1,2 @@ +EXTRA_DIST = 00constants.t 01basic.t 02header-callback.t 03body-callback.t\ +04abort-test.t 05progress.t 06http-post.t 07ftp-upload.t 08ssl.t |