Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2016-07-23 19:18:30 +0200
committerStijn Buys <ingar@osirion.org>2016-07-23 19:18:30 +0200
commit56d7e7deadef65feed1d8531580593e85ed69ff3 (patch)
tree43d95f7d16a5edc61fb9a7c0feb1cc1e47d85523 /src/client/Makefile.am
parentb6e20e04b519e50909331f537df2ea6114a137ee (diff)
Added player settings menu.
Diffstat (limited to 'src/client/Makefile.am')
-rw-r--r--src/client/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
index f3fd69c..743a9c6 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -37,6 +37,7 @@ noinst_HEADERS = \
mapwindow.h \
messagebox.h \
notifications.h \
+ playersettingsmenu.h \
reputationwindow.h \
savegamemenu.h \
soundext.h \
@@ -75,6 +76,7 @@ libclient_la_SOURCES = \
mapwindow.cc \
messagebox.cc \
notifications.cc \
+ playersettingsmenu.cc \
reputationwindow.cc \
savegamemenu.cc \
soundext.cc \