From 84683f19b4d1c712281036bcabf8dc623e64b26a Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 18 Jul 2006 18:16:12 -0400 Subject: get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone. --- GL/mesa/math/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'GL/mesa/math/Makefile.am') diff --git a/GL/mesa/math/Makefile.am b/GL/mesa/math/Makefile.am index 4b157c394..5e99d90c4 100644 --- a/GL/mesa/math/Makefile.am +++ b/GL/mesa/math/Makefile.am @@ -2,9 +2,7 @@ noinst_LTLIBRARIES = libmath.la AM_CFLAGS = \ $(DIX_CFLAGS) \ - @SERVER_DEFINES@ \ - @MODULE_DEFINES@ \ - @LOADER_DEFINES@ \ + -DXFree86Server \ @GLX_DEFINES@ INCLUDES = -I@MESA_SOURCE@/include \ -- cgit v1.2.3