From ed3f1441938c6c4afb4e6a4aa71fde37a0298035 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Sat, 23 Oct 2004 04:28:54 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4407 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e053d9b4a9..1c138be2a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ if ENABLE_SERVER endif if ENABLE_CLIENT - CLIENT_SUBDIRS = client + CLIENT_SUBDIRS = client clientgui endif SUBDIRS = RSAEuro $(SERVER_SUBDIRS) $(CLIENT_SUBDIRS) $(API_SUBDIRS)