diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-08 22:47:57 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-08 22:47:57 +0000 |
commit | c9709c0a38af46368726857f7261cbeb84e53911 (patch) | |
tree | 7c3dce187ef51e1b52dc7d148e92f8c6e77eb913 /hw/xfree86/os-support/sco | |
parent | f8430a1b8651f4b52d9d3b54694a60d929b48925 (diff) |
Add newly checked in files to Xorg server build.
Fix release date. Enable DGA extension by default.
Diffstat (limited to 'hw/xfree86/os-support/sco')
-rw-r--r-- | hw/xfree86/os-support/sco/Makefile.am | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/sco/Makefile.am b/hw/xfree86/os-support/sco/Makefile.am index c7f3175b8..1271c9d34 100644 --- a/hw/xfree86/os-support/sco/Makefile.am +++ b/hw/xfree86/os-support/sco/Makefile.am @@ -1 +1,10 @@ -EXTRA_DIST = sco_init.c sco_io.c sco_iop.c sco_mouse.c sco_video.c VTsw_sco.c +EXTRA_DIST = \ + VTsw_sco.c \ + sco_KbdMap.c \ + sco_init.c \ + sco_io.c \ + sco_iop.c \ + sco_kbd.c \ + sco_kbd.h \ + sco_mouse.c \ + sco_video.c |