From c5548086f3864c828f0cad65d2708cefd2025947 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 11 Jul 2005 00:42:52 +0000 Subject: Start filling in glx build. Add xf86Version.h and a few DRI headers to the sdk (needed for modular driver builds). --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f07500d54..4ad298b70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,9 @@ endif if MFB MFB_DIR=mfb endif +if GLX +GLX_DIR=GL +endif SUBDIRS= \ include \ @@ -42,6 +45,7 @@ SUBDIRS= \ damageext \ $(XTRAP_DIR) \ $(COMPOSITE_DIR) \ + $(GLX_DIR) \ hw pkgconfigdir = $(libdir)/pkgconfig -- cgit v1.2.3