aboutsummaryrefslogtreecommitdiff
path: root/perl/Curl_easy/Makefile.am
diff options
context:
space:
mode:
authorCris Bailiff <c.bailiff@awayweb.com>2001-09-20 09:48:52 +0000
committerCris Bailiff <c.bailiff@awayweb.com>2001-09-20 09:48:52 +0000
commit611fbfa917846e1cf1ebd3e9f965cd857f67081c (patch)
tree6d764973590b8c24cc03d5eee3470c6144e16340 /perl/Curl_easy/Makefile.am
parentecfacfb33492ab13a12c5b4e0eb0b06385f1de9b (diff)
Commit Curl_easy v1.1.8 - constants updated for libcurl 7.9 - tests modularised
Diffstat (limited to 'perl/Curl_easy/Makefile.am')
-rw-r--r--perl/Curl_easy/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl/Curl_easy/Makefile.am b/perl/Curl_easy/Makefile.am
index 11724d84f..219bfa5e3 100644
--- a/perl/Curl_easy/Makefile.am
+++ b/perl/Curl_easy/Makefile.am
@@ -1 +1,3 @@
-EXTRA_DIST = Changes easy.pm easy.xs Makefile.PL MANIFEST README test.pl
+SUBDIRS = t
+
+EXTRA_DIST = Changes easy.pm easy.xs curlopt-constants.c Makefile.PL MANIFEST README