diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-12-19 16:29:26 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-12-19 16:29:26 +0100 |
commit | 4334860e69e7d5b156082bd05c7a86708e5bad4c (patch) | |
tree | 380e4abcbfc8950b000ff72b0347e78fee3bc74a /GL/mesa/swrast/Makefile.am | |
parent | 7e4717683d6c08d1e490a60b7493a94bbc57bf8d (diff) | |
parent | fdcc22ca1704d3519156c66804528c21b04fea65 (diff) |
Merge branch 'master' into exa-damagetrack
Conflicts:
exa/exa_accel.c
exa/exa_migration.c
Diffstat (limited to 'GL/mesa/swrast/Makefile.am')
-rw-r--r-- | GL/mesa/swrast/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/GL/mesa/swrast/Makefile.am b/GL/mesa/swrast/Makefile.am index 904b772dc..d972af6eb 100644 --- a/GL/mesa/swrast/Makefile.am +++ b/GL/mesa/swrast/Makefile.am @@ -2,9 +2,7 @@ noinst_LTLIBRARIES = libswrast.la AM_CFLAGS = \ $(DIX_CFLAGS) \ - @SERVER_DEFINES@ \ - @MODULE_DEFINES@ \ - @LOADER_DEFINES@ \ + -DXFree86Server \ @GLX_DEFINES@ INCLUDES = -I@MESA_SOURCE@/include \ |