diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2009-08-11 18:11:40 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2009-08-11 18:11:40 +0000 |
commit | 33368ebd021d75f14070cae3afb1d6f706393528 (patch) | |
tree | 4e37ba0c60e0967c02820d36edca1b770016f576 /Makefile.am | |
parent | 501f9f83099d654a98c94ca29cf45b60d0963c27 (diff) | |
download | curl-33368ebd021d75f14070cae3afb1d6f706393528.tar.gz |
Include the Android make file in the source package even though the
config.h issue hasn't been completely solved. This will save some effort
for someone desperate to use curl on Android.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9f1a1cc4d..ae74137af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ CMake/Utilities.cmake include/curl/curlbuild.h.cmake EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \ curl-style.el sample.emacs RELEASE-NOTES buildconf \ - libcurl.pc.in vc6curl.dsw MacOSX-Framework $(CMAKE_DIST) + libcurl.pc.in vc6curl.dsw MacOSX-Framework Android.mk $(CMAKE_DIST) bin_SCRIPTS = curl-config |