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 05785d21b..b8fa17561 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -649,6 +649,7 @@ SET(SRCS effectmanager.h emoteshortcut.cpp emoteshortcut.h + emoteshortcutconsts.h equipment.h eventsmanager.cpp eventsmanager.h diff --git a/src/Makefile.am b/src/Makefile.am index b6a24dab8..6f3e80021 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -739,6 +739,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ effectmanager.h \ emoteshortcut.cpp \ emoteshortcut.h \ + emoteshortcutconsts.h \ equipment.h \ eventsmanager.cpp \ eventsmanager.h \ |