From: Daniel Stenberg Date: Fri, 16 Mar 2001 13:09:05 +0000 (+0000) Subject: Added to build proper releases X-Git-Tag: curl-7_7-beta5~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcc6ca6fd141221ce6c95bcb17b62a7dc8df1e7c;p=thirdparty%2Fcurl.git Added to build proper releases --- diff --git a/perl/Curl_easy/Makefile.am b/perl/Curl_easy/Makefile.am new file mode 100644 index 0000000000..11724d84f5 --- /dev/null +++ b/perl/Curl_easy/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = Changes easy.pm easy.xs Makefile.PL MANIFEST README test.pl diff --git a/perl/Makefile.am b/perl/Makefile.am new file mode 100644 index 0000000000..cc51ee1268 --- /dev/null +++ b/perl/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = Curl_easy + +EXTRA_DIST = README