xserver: Branch 'glucose-2'

Alan Hourihane alanh at kemper.freedesktop.org
Wed Mar 28 18:25:23 EEST 2007


 Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+)

New commits:
diff-tree a8fbc90b64240892bd837b24b445a1c68e666ade (from c8133005298fa1d8338580a18ec5aeb48f795c76)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Wed Mar 28 16:25:21 2007 +0100

    Build glucose

diff --git a/Makefile.am b/Makefile.am
index f35539e..d1077b0 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



More information about the xorg-commit mailing list