From f6c5d4ff88937fd69c938e0bc6ea11ad541e0a48 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 12 Feb 2009 14:45:22 -0800 Subject: Build system update - Added default build flags: -Wall -Wstrict-prototypes -Werror -Wshadow - Added missing Makefile's for include/ subdirectories. --- include/sys/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'include/sys/Makefile.am') diff --git a/include/sys/Makefile.am b/include/sys/Makefile.am index 2eda85688..8fdb5afef 100644 --- a/include/sys/Makefile.am +++ b/include/sys/Makefile.am @@ -1,5 +1,3 @@ -EXTRA_DIST = callb.h cmn_err.h condvar.h cred.h -EXTRA_DIST += debug.h kmem.h kstat.h -EXTRA_DIST += mutex.h param.h random.h rwlock.h -EXTRA_DIST += taskq.h thread.h time.h -EXTRA_DIST += timer.h types.h +SUBDIRS = fm fs sysevent + +EXTRA_DIST = *.h -- cgit v1.2.3