summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-28 16:51:09 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-28 16:58:39 +0300
commitb32aa4307330553e45d5a0dba149cb5fda834249 (patch)
tree82df4decc579df30c7a5010a982393a11fbc4ae8 /src/Makefile.am
parent92725cef35bead1b7e6b934e3861b46393b74797 (diff)
downloadevol-hercules-b32aa4307330553e45d5a0dba149cb5fda834249.tar.gz
evol-hercules-b32aa4307330553e45d5a0dba149cb5fda834249.tar.bz2
evol-hercules-b32aa4307330553e45d5a0dba149cb5fda834249.tar.xz
evol-hercules-b32aa4307330553e45d5a0dba149cb5fda834249.zip
Add empty extension object to npc.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 514a0b7..a4956e2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,9 +34,11 @@ MAP_SRC = map/clif.c \
map/send.h \
map/data/mapd.c \
map/data/mapd.h \
+ map/data/npcd.h \
map/data/session.c \
map/data/session.h \
map/struct/mapdext.h \
+ map/struct/npcdext.h \
map/struct/sessionext.h \
map/utils/formatutils.c \
map/utils/formatutils.h \