Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ManaPlus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jordan Irwin
ManaPlus
Commits
af0c69de
Commit
af0c69de
authored
10 years ago
by
Andrei Karas
Browse files
Options
Downloads
Patches
Plain Diff
Add missing files into make files.
parent
8dc9d0d7
No related branches found
Branches containing commit
Tags
v1.4.5.24
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/CMakeLists.txt
+3
-0
3 additions, 0 deletions
src/CMakeLists.txt
src/Makefile.am
+3
-0
3 additions, 0 deletions
src/Makefile.am
with
6 additions
and
0 deletions
src/CMakeLists.txt
+
3
−
0
View file @
af0c69de
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
3
−
0
View file @
af0c69de
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment