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.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 \