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>2012-10-07 21:46:02 +0000
committerStijn Buys <ingar@osirion.org>2012-10-07 21:46:02 +0000
commit60b0e02ab6b8910b3870d16a6eef9d67c6a6f34e (patch)
tree8702424723a66ad2d65298d63160ef25ef83898e /src/client/Makefile.am
parente065de3bf7f15b895c7a22e9fdbf8125c94406b3 (diff)
Add galactic map, make it possible to other zones on the map.
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 77ff3c3..7b3c69b 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -16,6 +16,7 @@ noinst_HEADERS = \
client.h \
clientext.h \
entitymenu.h \
+ galaxymapwidget.h \
gamewindow.h \
hud.h \
infowidget.h \
@@ -46,6 +47,7 @@ libclient_la_SOURCES = \
client.cc \
clientext.cc \
entitymenu.cc \
+ galaxymapwidget.cc \
gamewindow.cc \
hud.cc \
infowidget.cc \