From 761d61a95087a5b2b294d18d946d949ddf3ae602 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 18 Aug 2010 17:49:13 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=22268 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index edfb76708e..0c95bbaea4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,9 @@ endif if ENABLE_MANAGER CLIENTGUI_SUBDIRS = clientgui clientgui/res locale + if BUILD_X11_SCREENSAVER + CLIENTGUI_SUBDIRS += clientscr + endif endif # ORDER MATTERS below. One must build dependencies FIRST, then things