From a8fbc90b64240892bd837b24b445a1c68e666ade Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Wed, 28 Mar 2007 16:25:21 +0100 Subject: [PATCH] Build glucose --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index f35539e49..d1077b00b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,10 @@ if DBE DBE_DIR=dbe endif +if GLUCOSE +GLUCOSE_DIR=glucose +endif + SUBDIRS = \ doc \ include \ @@ -56,6 +60,7 @@ SUBDIRS = \ $(GLX_DIR) \ exa \ config \ + $(GLUCOSE_DIR) \ hw aclocaldir = $(datadir)/aclocal @@ -92,6 +97,7 @@ DIST_SUBDIRS = \ GL \ exa \ config \ + glucose \ hw # gross hack