summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-09-13 22:04:12 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-09-13 22:04:12 +0000
commitda07344289c07d475ac1ecbb500d3f0e96b7e9c5 (patch)
tree7604212a6c0b63d93ed2c847c06c470b4b1df086
parente447137b60a67a72a4d35e9ac150a146e3b22e6d (diff)
Remove the hardcoded USE_EXA/USE_XAA defines now that they've been
hardcoded in configure.ac (config.h).
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 49d9ef6..17c5aa7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,7 +41,7 @@ if ATIMISC_DGA
ATIMISC_DGA_SOURCES = atidga.c
endif
-AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -DUSE_EXA -DUSE_XAA
+AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@
ati_drv_la_LTLIBRARIES = ati_drv.la
ati_drv_la_LDFLAGS = -module -avoid-version