From 1115ff4c008dea6d6cafcb39e4ce6d0b3ed4fcc0 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 21 Sep 2005 00:38:05 +0000 Subject: [PATCH] Bug #4487: Add the bsd subdir to DIST_SUBDIRS. (Joshua Baergen) --- ChangeLog | 5 +++++ hw/xfree86/os-support/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0bcd9ada1..262d17307 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-20 Adam Jackson + + * hw/xfree86/os-support/Makefile.am: + Bug #4487: Add the bsd subdir to DIST_SUBDIRS. (Joshua Baergen) + 2005-09-20 Adam Jackson * cfb/Makefile.am: diff --git a/hw/xfree86/os-support/Makefile.am b/hw/xfree86/os-support/Makefile.am index 9552bef4e..71b2cfab5 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 = 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