diff options
Diffstat (limited to 'perl/Curl_easy/Makefile.am')
-rw-r--r-- | perl/Curl_easy/Makefile.am | 4 |
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 |