Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Makefile.am')
-rw-r--r--src/client/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
index 391892a..fbb075f 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -16,6 +16,7 @@ noinst_HEADERS = \
chat.h \
client.h \
clientext.h \
+ closeiconbutton.h \
control.h \
controlsettingsmenu.h \
entitymenu.h \
@@ -42,6 +43,7 @@ noinst_HEADERS = \
playersettingsmenu.h \
reputationwindow.h \
savegamemenu.h \
+ serverlistmenu.h \
soundext.h \
targeticonbutton.h \
targets.h \
@@ -57,6 +59,7 @@ libclient_la_SOURCES = \
chat.cc \
client.cc \
clientext.cc \
+ closeiconbutton.cc \
control.cc \
controlsettingsmenu.cc \
entitymenu.cc \
@@ -83,6 +86,7 @@ libclient_la_SOURCES = \
playersettingsmenu.cc \
reputationwindow.cc \
savegamemenu.cc \
+ serverlistmenu.cc \
soundext.cc \
targeticonbutton.cc \
targets.cc \