diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
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 \ |