diff options
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 \ |