mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
Bug #4487: Add the bsd subdir to DIST_SUBDIRS. (Joshua Baergen)
This commit is contained in:
parent
00bd8968b2
commit
1115ff4c00
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-09-20 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* hw/xfree86/os-support/Makefile.am:
|
||||
Bug #4487: Add the bsd subdir to DIST_SUBDIRS. (Joshua Baergen)
|
||||
|
||||
2005-09-20 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* cfb/Makefile.am:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ DRI_SUBDIRS=drm
|
|||
endif
|
||||
|
||||
SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
|
||||
DIST_SUBDIRS = bus drm misc linux solaris
|
||||
DIST_SUBDIRS = bsd bus drm misc linux solaris
|
||||
|
||||
sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h xf86drm.h \
|
||||
xf86drmCompat.h assyntax.h xf86OSKbd.h xf86OSmouse.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue