diff options
author | root <root@treble.(none)> | 2007-03-11 00:38:11 -0800 |
---|---|---|
committer | root <root@treble.(none)> | 2007-03-11 00:43:11 -0800 |
commit | 7e0e5c1fb38922add99db33f282baf2ee1531685 (patch) | |
tree | 1688eda2548ade19ab19fc5e56cb5c25cb9c2447 /src/Makefile.am | |
parent | 636adcd57f1c5b33edf2d8fbf9e7fa9aac1ccb1a (diff) |
Initial RandR 1.2 support for G80.
Mostly just rearranging code.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b7c1128..d024283 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -70,13 +70,15 @@ if SUPPORT_G80 g80_sources = \ g80_cursor.c \ g80_cursor.h \ - g80_ddc.c \ - g80_ddc.h \ + g80_dac.c \ g80_display.c \ g80_display.h \ g80_dma.c \ g80_dma.h \ g80_driver.c \ + g80_output.c \ + g80_output.h \ + g80_sor.c \ g80_type.h \ g80_xaa.c \ g80_xaa.h |