summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-08 22:47:57 +0000
committerKevin E Martin <kem@kem.org>2005-11-08 22:47:57 +0000
commitc9709c0a38af46368726857f7261cbeb84e53911 (patch)
tree7c3dce187ef51e1b52dc7d148e92f8c6e77eb913 /hw
parentf8430a1b8651f4b52d9d3b54694a60d929b48925 (diff)
Add newly checked in files to Xorg server build.
Fix release date. Enable DGA extension by default.
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/os-support/Makefile.am2
-rw-r--r--hw/xfree86/os-support/sco/Makefile.am11
-rw-r--r--hw/xfree86/os-support/usl/Makefile.am12
3 files changed, 23 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/Makefile.am b/hw/xfree86/os-support/Makefile.am
index d4406ef87..917b2cbc1 100644
--- a/hw/xfree86/os-support/Makefile.am
+++ b/hw/xfree86/os-support/Makefile.am
@@ -3,7 +3,7 @@ DRI_SUBDIRS=drm
endif
SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
-DIST_SUBDIRS = bsd bus drm misc linux lynxos solaris sysv sco
+DIST_SUBDIRS = bsd bus drm misc linux lynxos solaris sysv sco usl
sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h xf86drm.h \
xf86drmCompat.h assyntax.h xf86OSKbd.h xf86OSmouse.h
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
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