diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-28 18:17:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-28 18:17:29 +0300 |
commit | 1dcb42c708c92216c7c9cacd3d3c9301e71e6006 (patch) | |
tree | a677a79b8f76c16b7c07b0243469cd1b8a600729 /Makefile.am | |
parent | 44ba78bd7f727bf8ff2a79810413b42c6ff84b63 (diff) | |
download | manaplus-1dcb42c708c92216c7c9cacd3d3c9301e71e6006.tar.gz manaplus-1dcb42c708c92216c7c9cacd3d3c9301e71e6006.tar.bz2 manaplus-1dcb42c708c92216c7c9cacd3d3c9301e71e6006.tar.xz manaplus-1dcb42c708c92216c7c9cacd3d3c9301e71e6006.zip |
Add Android.mk into make files.v1.3.9.29
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 917a92036..b52aa936c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ EXTRA_DIST = $(desktop_DATA) \ CMake/Modules/FindENet.cmake \ CMake/Modules/FindLibIntl.cmake \ CMake/Modules/FindSDL_gfx.cmake \ + Android.mk \ manaplus.cbp \ manaplus.menu \ manaplus.spec \ |