diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-31 01:39:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-31 01:39:11 +0300 |
commit | 88ed8b935542a1e2590bdd79403ff4ee5c7f2a79 (patch) | |
tree | d6e5a95683d774fe564abed4990528a2de3568be /src/Makefile.am | |
parent | a5766506d6e75ab1d2a4f06b77fddf6fdd65c64e (diff) | |
download | ManaVerse-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.tar.gz ManaVerse-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.tar.bz2 ManaVerse-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.tar.xz ManaVerse-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.zip |
Move maptype enum into enums directory.
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 a3cfe0558..3786cdc52 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1082,7 +1082,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/map/mapobject.h \ resources/map/mapobjectlist.h \ resources/map/maprowvertexes.h \ - resources/map/maptype.h \ + enums/resources/map/maptype.h \ resources/map/metatile.h \ resources/map/objectslayer.cpp \ resources/map/objectslayer.h \ |