summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-09-11 21:00:44 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-09-11 21:00:44 +0000
commit9553643b6e0b240d3b70ad0e596482bf5b77175b (patch)
tree0408c5e07d1255a43cbc1a9669b3ee24b266d28b
parentab29663b3f9107e4affe09a7d2836097b8d61a1b (diff)
Attempt to fix up the modular pieces for EXA support. (untested)
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e25c46d..49d9ef6 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@
+AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -DUSE_EXA -DUSE_XAA
ati_drv_la_LTLIBRARIES = ati_drv.la
ati_drv_la_LDFLAGS = -module -avoid-version
@@ -76,7 +76,7 @@ radeon_drv_ladir = @moduledir@/drivers
radeon_drv_la_SOURCES = \
radeon_accel.c radeon_mergedfb.c radeon_cursor.c radeon_dga.c \
radeon_driver.c radeon_video.c radeon_bios.c radeon_mm_i2c.c \
- radeon_vip.c radeon_misc.c $(RADEON_DRI_SRCS)
+ radeon_vip.c radeon_misc.c radeon_exa.c $(RADEON_DRI_SRCS)
theatre_detect_drv_la_LTLIBRARIES = theatre_detect_drv.la
theatre_detect_drv_la_LDFLAGS = -module -avoid-version