From b002e49b32a36fabb3babb785415248b1dbe7c2f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 5 Oct 2014 03:47:55 -0700 Subject: [PATCH] Manager: fix Unix build --- clientgui/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/clientgui/Makefile.am b/clientgui/Makefile.am index 4c1f1f4d01..3fe999d2df 100644 --- a/clientgui/Makefile.am +++ b/clientgui/Makefile.am @@ -65,6 +65,7 @@ boincmgr_SOURCES = \ ProjectInfoPage.cpp \ ProjectProcessingPage.cpp \ ProjectPropertiesPage.cpp \ + ProjectWelcomePage.cpp \ ProxyInfoPage.cpp \ ProxyPage.cpp \ sg_BoincSimpleFrame.cpp \