diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2006-09-18 02:21:29 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-09-18 06:19:38 +1000 |
commit | 65cb77c79c2c5cb536494200d4fba6815d7e771c (patch) | |
tree | bed467f4e0e5476181b3bf3a7bde02ec7c119d84 /src/Makefile.am | |
parent | 7d9e2b450f0fa42553156f57572a6dab70a0ea13 (diff) |
radeon: restructure files along lines of Alex's superpatch
Diffstat (limited to 'src/Makefile.am')
-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 7e6af9c1..ad64d557 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -81,7 +81,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_EXA_SOURCES) + radeon_vip.c radeon_misc.c radeon_display.c $(RADEON_DRI_SRCS) $(RADEON_EXA_SOURCES) theatre_detect_drv_la_LTLIBRARIES = theatre_detect_drv.la theatre_detect_drv_la_LDFLAGS = -module -avoid-version |