From 28eeb651acfd294b2b0bb7d4e14f09eb365caf7c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 9 Jan 2012 20:52:41 +0000 Subject: Added save/load menu prototype. --- src/client/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/Makefile.am') diff --git a/src/client/Makefile.am b/src/client/Makefile.am index c46d885..77ff3c3 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -30,6 +30,7 @@ noinst_HEADERS = \ mapwidget.h \ mapwindow.h \ notifications.h \ + savegamemenu.h \ soundext.h \ targeticonbutton.h \ targets.h \ @@ -59,6 +60,7 @@ libclient_la_SOURCES = \ mapwidget.cc \ mapwindow.cc \ notifications.cc \ + savegamemenu.cc \ soundext.cc \ targeticonbutton.cc \ targets.cc \ -- cgit v1.2.3