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-29 22:21:49 +0200
committerStijn Buys <ingar@osirion.org>2016-07-29 22:21:49 +0200
commit0707e358b29089bf419327bf034aff39c5f31001 (patch)
treef0fa349da33842ffa3d437e5bc4322744b0384ca /src/client/Makefile.am
parent21e93bd260d2e74221da6f6560643d3c884d0128 (diff)
Added graphics 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 8e0124f..391892a 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -21,6 +21,7 @@ noinst_HEADERS = \
entitymenu.h \
galaxymapwidget.h \
gamewindow.h \
+ graphicssettingsmenu.h \
hud.h \
hudenginestatus.h \
hudplayerstatus.h \
@@ -61,6 +62,7 @@ libclient_la_SOURCES = \
entitymenu.cc \
galaxymapwidget.cc \
gamewindow.cc \
+ graphicssettingsmenu.cc \
hud.cc \
hudenginestatus.cc \
hudplayerstatus.cc \