diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-08 00:20:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-08 00:20:35 +0300 |
commit | 27a3d11bfd7dea7c25573ce839359db1fc10589c (patch) | |
tree | a40a0b4c2e15a01cd1d234f1831f65927da7fbbe | |
parent | 068d43927d58c76eab0731ad1ce1bc839e687de0 (diff) | |
download | plus-27a3d11bfd7dea7c25573ce839359db1fc10589c.tar.gz plus-27a3d11bfd7dea7c25573ce839359db1fc10589c.tar.bz2 plus-27a3d11bfd7dea7c25573ce839359db1fc10589c.tar.xz plus-27a3d11bfd7dea7c25573ce839359db1fc10589c.zip |
Fix typo in make file.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 53a66e138..3347ca06b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ EXTRA_DIST = $(desktop_DATA) \ CMake/Modules/FindENet.cmake \ CMake/Modules/FindLibIntl.cmake \ CMake/Modules/FindSDL_gfx.cmake \ - manaplustests \ + manaplustest \ manaplus.cbp \ manaplus.menu \ manaplus.spec \ |