From cbb55ca0ca5c87c3cd56f943b80443266d214dbe Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Wed, 12 Jan 2005 09:17:27 +0000 Subject: [PATCH] Removed reference to BOINCGLUT svn path=/trunk/boinc/; revision=5076 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index eb9c5d56cc..84cdb5e687 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ endif # ORDER MATTERS below. One must build dependencies FIRST, then things # that depend on them later -SUBDIRS = m4 RSAEuro $(API_SUBDIRS) $(SERVER_SUBDIRS) $(BOINCGLUT_SUBDIR) $(CLIENT_SUBDIRS) $(CLIENTGUI_SUBDIRS) +SUBDIRS = m4 RSAEuro $(API_SUBDIRS) $(SERVER_SUBDIRS) $(CLIENT_SUBDIRS) $(CLIENTGUI_SUBDIRS) # Putting a directory name recursively copies the entire contents - the # dist-hook below gets rid of CVS directories.