diff options
-rw-r--r-- | src/CMakeLists.txt | 1 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 70be80062..791d7d650 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -711,6 +711,7 @@ SET(SRCS resources/sdlimagehelper.h resources/sdlmusic.cpp resources/sdlmusic.h + const/net/skill.h const/resources/skill.h resources/skillowner.h resources/skilltype.h diff --git a/src/Makefile.am b/src/Makefile.am index 6b14c9b0e..1c84c15f8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -365,6 +365,7 @@ SRC += events/actionevent.h \ resources/sdlimagehelper.h \ resources/sdlmusic.cpp \ resources/sdlmusic.h \ + const/net/skill.h \ const/resources/skill.h \ resources/skillowner.h \ resources/skilltype.h \ |