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 | d68894a463a3bb08c97e91ff6fc4b65b29183ff6 (patch) | |
tree | d214cd81f99b1d9cb6a5ea632ad8469503ae174a /src | |
parent | baa9b5b6e19cf9794bf810e3c582bf1d7f808663 (diff) |
Remove the hardcoded USE_EXA/USE_XAA defines now that they've been
hardcoded in configure.ac (config.h).
Diffstat (limited to 'src')
-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 |