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>2011-07-31 18:24:01 +0000
committerStijn Buys <ingar@osirion.org>2011-07-31 18:24:01 +0000
commit45054b224d8f0f8b6d7db4bcd0b0abf6763a60ab (patch)
treec23ea79d4564037673312ea1d4cb936272c65a06 /src/client/Makefile.am
parentf0cbe1d0655013d14dd4f1807ddb88789ae8d27a (diff)
Improved map window, moved the actual map widget into a seperate class.
Diffstat (limited to 'src/client/Makefile.am')
-rw-r--r--src/client/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
index ceddb6a..49ac08a 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -25,7 +25,8 @@ noinst_HEADERS = \
key.h \
keyboard.h \
mainwindow.h \
- map.h \
+ mapwidget.h \
+ mapwindow.h \
notifications.h \
soundext.h \
targeticonbutton.h \
@@ -51,7 +52,8 @@ libclient_la_SOURCES = \
key.cc \
keyboard.cc \
mainwindow.cc \
- map.cc \
+ mapwidget.cc \
+ mapwindow.cc \
notifications.cc \
soundext.cc \
targeticonbutton.cc \