diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-11-02 23:17:36 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2010-11-02 23:17:36 -0700 |
commit | 282b41c69b1a01b1974d0ca287e89ed420c52289 (patch) | |
tree | 51f854870c9c2d48cb3f57b4da20d114c8d0fb35 /tests/libtest | |
parent | 13e9571dd09171ea2cd9c1c265a3bb2d6d56d653 (diff) |
Added mk580.pl to the tar ball
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index 9c0d59507..36d225a6b 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -51,7 +51,7 @@ INCLUDES = -I$(top_builddir)/include/curl \ endif EXTRA_DIST = test75.pl test307.pl test610.pl test613.pl test1013.pl \ -test1022.pl Makefile.inc +test1022.pl mk580.pl Makefile.inc # Dependencies (may need to be overriden) LDADD = $(top_builddir)/lib/libcurl.la @CURL_LIBS@ |