Add sysv and sco os-support subdirs and add simple EXTRA_DIST Makefile.am
in those dirs. Remove unsupported os-support subdirs (bsdi, dgux, hurd, nto, os2, pmax, qnx4) that have no maintainer and we don't dist. Add Options.
This commit is contained in:
parent
57abb5b171
commit
0676a2874a
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2005-10-14 Kristian Høgsberg <krh@redhat.com>
|
||||
|
||||
* hw/xfree86/os-support/Makefile.am (DIST_SUBDIRS): Add sysv and
|
||||
sco os-support subdirs and add simple EXTRA_DIST Makefile.am in
|
||||
those dirs. Remove unsupported os-support subdirs (bsdi, dgux,
|
||||
hurd, nto, os2, pmax, qnx4) that have no maintainer and we don't
|
||||
dist.
|
||||
|
||||
* hw/xfree86/Makefile.am (EXTRA_DIST): Add Options.
|
||||
|
||||
2005-10-13 Donnie Berkholz <spyderous@gentoo.org>
|
||||
|
||||
* configure.ac: Add XTRAP_LIB to XPRINT_EXTENSIONS to fix xprint build when
|
||||
|
|
|
@ -69,4 +69,4 @@ if INSTALL_SETUID
|
|||
chmod u+s $(DESTDIR)$(bindir)/Xorg
|
||||
endif
|
||||
|
||||
EXTRA_DIST = xorgconf.cpp
|
||||
EXTRA_DIST = xorgconf.cpp Options
|
||||
|
|
|
@ -3,7 +3,7 @@ DRI_SUBDIRS=drm
|
|||
endif
|
||||
|
||||
SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
|
||||
DIST_SUBDIRS = bsd bus drm misc linux solaris
|
||||
DIST_SUBDIRS = bsd bus drm misc linux solaris sysv sco
|
||||
|
||||
sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h xf86drm.h \
|
||||
xf86drmCompat.h assyntax.h xf86OSKbd.h xf86OSmouse.h
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
EXTRA_DIST = sco_init.c sco_io.c sco_iop.c sco_mouse.c sco_video.c VTsw_sco.c
|
|
@ -0,0 +1 @@
|
|||
EXTRA_DIST = sysv_init.c sysv_io.c sysv_mouse.c sysv_video.c xqueue.c xqueue.h
|
Loading…
Reference in New Issue