diff options
author | Eric Anholt <eric@anholt.net> | 2006-11-28 16:36:09 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-11-28 16:37:46 -0800 |
commit | 9e4e7d4fa25a64a2494e7531967599142e60e716 (patch) | |
tree | e1e023c59b9b28e26a2c1f30c7bb86edb79314ee /src/Makefile.am | |
parent | 8d9ba2405d1f1e58a0cfb570e83e9206af8525b5 (diff) |
Conditionally compile old-server compatibility code in.
This also replaces calls to compat code with the real names of the functions,
and slips #defines to an i830-namespaced version in when doing compat.
The current server version (7.1.99.2) is still left as requiring compat code,
since the version hasn't been bumped yet.
This also fixes some failures to call the compat code, and some failures to
actually compile the compat code. Oops.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 52def8b8..583925f2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,6 +62,7 @@ i810_drv_la_SOURCES = \ i830_display.h \ i830_driver.c \ i830_dvo.c \ + i830_edid_modes.c \ i830.h \ i830_i2c.c \ i830_io.c \ @@ -79,6 +80,7 @@ i810_drv_la_SOURCES = \ i830_tv.c \ i830_xf86Modes.h \ i830_xf86Modes.c \ + i830_xf86cvt.c \ i915_3d.c \ i915_3d.h \ i915_reg.h \ |