diff options
author | Eric Anholt <eric@anholt.net> | 2006-11-28 11:17:21 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-11-28 11:17:21 -0800 |
commit | e8fb40ab1063b18372be2b5996257eb69d3f15c4 (patch) | |
tree | 24de1ae53e0ea73497535f2413657bd92c61f4b4 /src/Makefile.am | |
parent | 72692ba2e0254460c4f5a8cd476f5748383390ae (diff) |
Replace custom DDC mode list code with a copy of the X Server's.
The X Server now has most of the mode helper functions we want, and we can
start removing compilation of our copies when the server is new enough.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0fce5e4f..52def8b8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -63,7 +63,6 @@ i810_drv_la_SOURCES = \ i830_driver.c \ i830_dvo.c \ i830.h \ - i830_gtf.c \ i830_i2c.c \ i830_io.c \ i830_lvds.c \ |