From 45054b224d8f0f8b6d7db4bcd0b0abf6763a60ab Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 31 Jul 2011 18:24:01 +0000 Subject: Improved map window, moved the actual map widget into a seperate class. --- src/client/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/client/Makefile.am') 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 \ -- cgit v1.2.3