summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-17 12:15:34 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-17 12:15:34 +0300
commit707ccaa19fa60aab91dec2b2394b4ff588e01f4e (patch)
tree43113cef54430fca78bc7a1bd3face9b6dba0e7a /src/Makefile.am
parent0259ea31939be1ec56a47980256d67837158b3f2 (diff)
downloadevol-hercules-707ccaa19fa60aab91dec2b2394b4ff588e01f4e.tar.gz
evol-hercules-707ccaa19fa60aab91dec2b2394b4ff588e01f4e.tar.bz2
evol-hercules-707ccaa19fa60aab91dec2b2394b4ff588e01f4e.tar.xz
evol-hercules-707ccaa19fa60aab91dec2b2394b4ff588e01f4e.zip
Allow "use" pet eggs.
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 1208446..ec78719 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,6 +25,8 @@ LOGIN_SRC = login/config.c \
MAP_SRC = map/clif.c \
map/clif.h \
map/init.c \
+ map/itemdb.c \
+ map/itemdb.h \
map/lang.c \
map/lang.h \
map/npc.c \