summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-17 22:30:10 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-18 01:44:19 +0300
commit4537814684bc50d1154d9f54500c0602303ca862 (patch)
tree3307383febbe723af7fd37b45efbcb78387d301c /src/Makefile.am
parentcbc5fbb5c063bfb64c2086a0e965adc60669cbdf (diff)
downloadevol-hercules-4537814684bc50d1154d9f54500c0602303ca862.tar.gz
evol-hercules-4537814684bc50d1154d9f54500c0602303ca862.tar.bz2
evol-hercules-4537814684bc50d1154d9f54500c0602303ca862.tar.xz
evol-hercules-4537814684bc50d1154d9f54500c0602303ca862.zip
Add itemdb plugin structure.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
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 \