Build system and packaging (RPM support) (Part 3)

Complete support for dist install srpm and rpm make targets.
This commit is contained in:
Brian Behlendorf 2009-03-10 21:45:50 -07:00
parent 7f0ca09791
commit c0c0c27632
4 changed files with 1 additions and 5 deletions

View File

@ -76,7 +76,6 @@ AC_CONFIG_FILES([
module/zcommon/Makefile
module/zfs/Makefile
module/zpios/Makefile
module/zpios/include/Makefile
scripts/Makefile
scripts/zpool-config/Makefile
scripts/zpios-test/Makefile

View File

@ -3,6 +3,7 @@ subdir-m += nvpair
subdir-m += unicode
subdir-m += zcommon
subdir-m += zfs
subdir-m += zpios
modules clean:
# Make the exported SPL symbols available to these modules.

View File

@ -1,6 +1,3 @@
subdir-m += include
DISTFILES = zpios.c
MODULE := zpios
EXTRA_CFLAGS = -I@MODDIR@/zfs/include

View File

@ -1 +0,0 @@
DISTFILES = zpios-ctl.h zpios-internal.h