diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-13 02:44:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-13 02:44:26 +0300 |
commit | d8602b208cf89c273129592d1147e487030c22c6 (patch) | |
tree | b4883fb2260861fb5c20cc513cf9bd781a4beba9 | |
parent | d7c5b59356242dbfbb25384dece7cb4807b84a72 (diff) | |
download | mv-d8602b208cf89c273129592d1147e487030c22c6.tar.gz mv-d8602b208cf89c273129592d1147e487030c22c6.tar.bz2 mv-d8602b208cf89c273129592d1147e487030c22c6.tar.xz mv-d8602b208cf89c273129592d1147e487030c22c6.zip |
Rename CMakeLists.txt also 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 748f6457d..603cf8e16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ appdata_DATA = manaplus.appdata.xml # Extra files to include EXTRA_DIST = $(desktop_DATA) \ $(appdata_DATA) \ - CMakeLists.txt \ + CMakeLists.txt.legacy \ po/CMakeLists.txt \ po/*.po \ CMake/Modules/FindLibIntl.cmake \ |