add gallium dir
authorAlan Hourihane <alanh@tungstengraphics.com>
Thu, 11 Sep 2008 17:06:05 +0000 (18:06 +0100)
committerAlan Hourihane <alanh@tungstengraphics.com>
Thu, 11 Sep 2008 17:06:05 +0000 (18:06 +0100)
winsys/common -> winsys/

configs/linux-dri
src/gallium/Makefile

index ac940c0..eb6f307 100644 (file)
@@ -56,10 +56,10 @@ SRC_DIRS := glx/x11 egl $(SRC_DIRS)
 
 # Directories
 ifeq ($(USING_EGL), 1)
-SRC_DIRS = egl glx/x11 mesa glu glut/glx glw
+SRC_DIRS = egl glx/x11 gallium mesa glu glut/glx glw
 PROGRAM_DIRS = egl xdemos
 else
-SRC_DIRS = glx/x11 mesa glu glut/glx glw
+SRC_DIRS = glx/x11 gallium mesa glu glut/glx glw
 PROGRAM_DIRS = xdemos
 endif
 
index 291973c..8a516f7 100644 (file)
@@ -2,7 +2,7 @@ TOP = ../..
 include $(TOP)/configs/current
 
 
-SUBDIRS = auxiliary drivers winsys/common
+SUBDIRS = auxiliary drivers winsys
 
 
 default: subdirs