diff options
author | Eric Anholt <eric@anholt.net> | 2006-10-04 15:00:19 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-10-04 18:48:17 -0700 |
commit | 103b4edce7859ddf58f3e1fadeb427a5e85c7acd (patch) | |
tree | 3907bea3aa233a1587d075fe81bd515d8d5fa4c5 /src/Makefile.am | |
parent | 3e6f81f70f65a5ba6b5c3a4e0eeaf67776a5f54d (diff) |
Move the save, restore, and DPMS per-output settings to per-output files.
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 7af2dd7e..cab6fe92 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,6 +53,7 @@ i810_drv_la_SOURCES = \ i830_bios.c \ i830_bios.h \ i830_common.h \ + i830_crt.c \ i830_cursor.c \ i830_debug.c \ i830_debug.h \ @@ -65,6 +66,7 @@ i810_drv_la_SOURCES = \ i830_gtf.c \ i830_i2c.c \ i830_io.c \ + i830_lvds.c \ i830_memory.c \ i830_modes.c \ i830_video.c \ |