xserver/hw/xgl/glxext/module Makefile.am,1.1,1.2

Dave Airlie xserver-commit at pdx.freedesktop.org
Tue Jan 3 01:48:09 PST 2006


Committed by: airlied

Update of /cvs/xserver/xserver/hw/xgl/glxext/module
In directory gabe:/tmp/cvs-serv15307/glxext/module

Modified Files:
	Makefile.am 
Log Message:
fixup include path in glxext


Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/glxext/module/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	23 Dec 2005 02:07:58 -0000	1.1
+++ Makefile.am	3 Jan 2006 09:48:07 -0000	1.2
@@ -1,5 +1,5 @@
 INCLUDES =		 \
-	@XGLX_INCS@	 \
+	@XGL_INCS@	 \
 	@XSERVER_CFLAGS@
 
 libglx_la_LDFLAGS = -avoid-version
@@ -16,4 +16,4 @@
 
 module_LTLIBRARIES =	     \
 	$(libglcore_modules) \
-	$(libglx_modules)
\ No newline at end of file
+	$(libglx_modules)



More information about the xserver-commit mailing list