X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=833bee64e511289fbe4c0d18a01e6c094ae166d1;hb=ea0b2538cd5967fcdf26b7b7c01859a060fef3e3;hp=89e094ebe4140ac57678bb6a63c6fd7faba3ee2e;hpb=26e08952e6ad113b91ae7d31263b6a4fd3a5a09f;p=zfs.git diff --git a/Makefile.am b/Makefile.am index 89e094e..833bee6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,20 +3,20 @@ include $(top_srcdir)/config/deb.am include $(top_srcdir)/config/tgz.am include $(top_srcdir)/config/arch.am +SUBDIRS = include if CONFIG_USER -USER_DIR = dracut udev etc man scripts lib cmd +SUBDIRS += dracut udev etc man scripts lib cmd endif if CONFIG_KERNEL -KERNEL_DIR = module +SUBDIRS += module endif -SUBDIRS = $(USER_DIR) $(KERNEL_DIR) include AUTOMAKE_OPTIONS = foreign EXTRA_DIST = autogen.sh zfs.spec.in zfs-modules.spec.in EXTRA_DIST += config/config.awk config/rpm.am config/deb.am config/tgz.am EXTRA_DIST += META DISCLAIMER COPYRIGHT README.markdown EXTRA_DIST += OPENSOLARIS.LICENSE ZFS.RELEASE -EXTRA_DIST += dkms.postinst +EXTRA_DIST += dkms.postinst copy-builtin noinst_HEADERS = zfs_config.h zfs.release distclean-local::