diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-28 16:33:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-28 16:33:25 +0300 |
commit | 0f0466b9a273a7f4481acae47f5cb1166a2d145a (patch) | |
tree | e6e933927203f18ad8478188d4c40338253615e0 /src/Makefile.am | |
parent | eb2a8c8519ad566e2b2dfae18d11acc8478a85fc (diff) | |
download | evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.tar.gz evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.tar.bz2 evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.tar.xz evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.zip |
Move struct files into struct directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2bf8f2f..d7966c2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,6 @@ MAP_SRC = map/clif.c \ map/lang.h \ map/mapd.c \ map/mapd.h \ - map/mapdext.h \ map/npc.c \ map/npc.h \ map/parse.c \ @@ -37,7 +36,8 @@ MAP_SRC = map/clif.c \ map/send.h \ map/session.c \ map/session.h \ - map/sessionext.h \ + map/struct/mapdext.h \ + map/struct/sessionext.h \ map/utils/formatutils.c \ map/utils/formatutils.h \ common/interfaces.c \ |