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