From 6576e4a544ce66d217f457f63a9787b88cc3e6f8 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 26 Nov 2014 02:14:16 -0800 Subject: [PATCH] MGR: Add new DlgExclusiveApps.cpp to Linux Makefile --- clientgui/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/clientgui/Makefile.am b/clientgui/Makefile.am index 3fe999d2df..5178798dfc 100644 --- a/clientgui/Makefile.am +++ b/clientgui/Makefile.am @@ -50,6 +50,7 @@ boincmgr_SOURCES = \ DlgDiagnosticLogFlags.cpp \ DlgEventLog.cpp \ DlgEventLogListCtrl.cpp \ + DlgExclusiveApps.cpp \ DlgExitMessage.cpp \ DlgGenericMessage.cpp \ DlgItemProperties.cpp \