diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2005-09-13 22:04:12 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2005-09-13 22:04:12 +0000 |
commit | da07344289c07d475ac1ecbb500d3f0e96b7e9c5 (patch) | |
tree | 7604212a6c0b63d93ed2c847c06c470b4b1df086 | |
parent | e447137b60a67a72a4d35e9ac150a146e3b22e6d (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.am | 2 |
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 |