diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-12 02:29:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-12 15:33:36 +0300 |
commit | 11a49b50fb6c2ff20f62f39d8606f54770b6a295 (patch) | |
tree | b53db1081ea5741cc9fe5c3a6dd426fffad803cc /src/Makefile.am | |
parent | 2884c80ba3c986eb44c61ec5f973a6c8c6fd2207 (diff) | |
download | plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.tar.gz plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.tar.bz2 plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.tar.xz plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.zip |
Fix code style
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9193ad2d6..3ce90be29 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -893,7 +893,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ textmanager.h \ particle/textparticle.cpp \ particle/textparticle.h \ - tileset.h \ + resources/map/tileset.h \ touchactions.cpp \ touchactions.h \ touchmanager.cpp \ |