diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-09-11 21:00:44 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-09-11 21:00:44 +0000 |
commit | a255e7b0984890daad98b74ace0c572965fe61f5 (patch) | |
tree | 2c7b01ba623f077d39fb5244abb47734e9fb7aa8 /src/Makefile.am | |
parent | 3e0d9c945a6a71cc476d27341ef18618529a91a8 (diff) |
Attempt to fix up the modular pieces for EXA support. (untested)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
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 |