diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ec78719..3f6c504 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,12 +44,15 @@ MAP_SRC = map/clif.c \ map/send.h \ map/status.c \ map/status.h \ + map/data/itemd.c \ + map/data/itemd.h \ map/data/mapd.c \ map/data/mapd.h \ map/data/npcd.c \ map/data/npcd.h \ map/data/session.c \ map/data/session.h \ + map/struct/itemdext.h \ map/struct/mapdext.h \ map/struct/npcdext.h \ map/struct/sessionext.h \ |