summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-24 21:06:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-24 21:06:17 +0300
commitaf0c69dea518051b0ab3054ce9f06cb2806d7d1b (patch)
tree1f3d241c6fc1299dbfa284b9d09ec0db6fc59ff3
parent8dc9d0d75e9a843625bbf1e09091a9ce4d624932 (diff)
downloadplus-af0c69dea518051b0ab3054ce9f06cb2806d7d1b.tar.gz
plus-af0c69dea518051b0ab3054ce9f06cb2806d7d1b.tar.bz2
plus-af0c69dea518051b0ab3054ce9f06cb2806d7d1b.tar.xz
plus-af0c69dea518051b0ab3054ce9f06cb2806d7d1b.zip
Add missing files into make files.v1.4.5.24
-rw-r--r--src/CMakeLists.txt3
-rw-r--r--src/Makefile.am3
2 files changed, 6 insertions, 0 deletions
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 \