summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-05 11:56:09 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:57 +0300
commit3b1d570f626786d141d99a7923669e82e0c125ca (patch)
tree32b97502634d7eff39a8f83ce0ba921c55291694 /src/Makefile.am
parent89c117a64240de90c19004c846edf7c524f6484d (diff)
downloadplus-3b1d570f626786d141d99a7923669e82e0c125ca.tar.gz
plus-3b1d570f626786d141d99a7923669e82e0c125ca.tar.bz2
plus-3b1d570f626786d141d99a7923669e82e0c125ca.tar.xz
plus-3b1d570f626786d141d99a7923669e82e0c125ca.zip
Add skill types enum.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8baa3520a..f849e0163 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -100,7 +100,6 @@ dyecmd_SOURCES = gui/cliprect.cpp \
resources/sdlimagehelper.h \
resources/sdlmusic.cpp \
resources/sdlmusic.h \
- resources/skillconsts.h \
resources/soundeffect.cpp \
resources/soundeffect.h \
resources/subimage.cpp \
@@ -772,6 +771,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
resources/sdlimagehelper.h \
resources/sdlmusic.cpp \
resources/sdlmusic.h \
+ resources/skillconsts.h \
+ resources/skilltype.h \
resources/db/sounddb.cpp \
resources/db/sounddb.h \
resources/db/weaponsdb.cpp \