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/usl | |
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/usl')
-rw-r--r-- | hw/xfree86/os-support/usl/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/usl/Makefile.am b/hw/xfree86/os-support/usl/Makefile.am new file mode 100644 index 000000000..5143b243c --- /dev/null +++ b/hw/xfree86/os-support/usl/Makefile.am @@ -0,0 +1,12 @@ +EXTRA_DIST = \ + usl_init.c \ + usl_io.c \ + usl_iop.c \ + usl_kbd.c \ + usl_kbd.h \ + usl_KbdMap.c \ + usl_mouse.c \ + usl_video.c \ + usl_vtsw.c \ + usl_xqueue.c \ + usl_xqueue.h |