summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CMakeLists.txt1
-rw-r--r--src/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 98c3d544a..310fca0df 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -660,6 +660,7 @@ SET(SRCS
resources/db/itemdb.h
resources/db/itemdbstat.h
resources/db/itemfielddb.cpp
+ resources/db/itemfielddb.h
resources/iteminfo.h
resources/iteminfo.cpp
resources/itemslot.h
diff --git a/src/Makefile.am b/src/Makefile.am
index a40d5ef7a..416a93cc8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1224,6 +1224,7 @@ manaplus_SOURCES += main.cpp \
resources/db/itemdb.h \
resources/db/itemdbstat.h \
resources/db/itemfielddb.cpp \
+ resources/db/itemfielddb.h \
resources/db/mapdb.cpp \
resources/db/mapdb.h \
resources/db/mercenarydb.cpp \