From af0c69dea518051b0ab3054ce9f06cb2806d7d1b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 24 May 2014 21:06:17 +0300 Subject: Add missing files into make files. --- src/CMakeLists.txt | 3 +++ src/Makefile.am | 3 +++ 2 files changed, 6 insertions(+) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d797977e2..339407536 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -380,6 +380,7 @@ SET(SRCS gui/windows/botcheckerwindow.h gui/windows/textcommandeditor.cpp gui/windows/textcommandeditor.h + gui/onlineplayer.h gui/palette.cpp gui/palette.h gui/popups/popupmenu.cpp @@ -875,6 +876,7 @@ SET(SRCS being/playerrelations.cpp being/playerrelations.h being/targetcursorsize.h + being/targetcursortype.h listeners/playerrelationslistener.h listeners/renamelistener.cpp listeners/renamelistener.h @@ -936,6 +938,7 @@ SET(SRCS gui/buttontext.h gui/chatconsts.h gui/chatlog.h + gui/chatmsgtype.h gui/cliprect.h gui/color.h gui/dialogtype.h diff --git a/src/Makefile.am b/src/Makefile.am index 6505dfa9c..014405c78 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -169,6 +169,7 @@ manaplus_SOURCES += events/actionevent.h \ gui/buttontext.h \ gui/chatconsts.h \ gui/chatlog.h \ + gui/chatmsgtype.h \ gui/cliprect.h \ gui/color.h \ gui/dialogtype.h \ @@ -493,6 +494,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/windows/botcheckerwindow.h \ gui/windows/textcommandeditor.cpp \ gui/windows/textcommandeditor.h \ + gui/onlineplayer.h \ gui/palette.cpp \ gui/palette.h \ gui/popups/popupmenu.cpp \ @@ -981,6 +983,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ being/playerrelations.cpp \ being/playerrelations.h \ being/targetcursorsize.h \ + being/targetcursortype.h \ listeners/playerrelationslistener.h \ listeners/renamelistener.cpp \ listeners/renamelistener.h \ -- cgit v1.2.3-60-g2f50