From bb4baf09121d1731e4575194cee64d34e15c8369 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 1 Jul 2010 10:34:08 -0700 Subject: [PATCH] Add missing headers to 'make dist' target for RPM build The following files were being left out the tarball which is used by the 'make rpm' target. This results in a build failure when building packages which use the tarball. lib/libspl/include/sys/tsol/*.h lib/libspl/include/util/*.h --- lib/libspl/include/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libspl/include/Makefile.am b/lib/libspl/include/Makefile.am index ced8e9c09a4d..0802bf1c0594 100644 --- a/lib/libspl/include/Makefile.am +++ b/lib/libspl/include/Makefile.am @@ -4,4 +4,6 @@ nobase_pkginclude_HEADERS += rpc/*.h nobase_pkginclude_HEADERS += sys/*.h nobase_pkginclude_HEADERS += sys/dktp/*.h nobase_pkginclude_HEADERS += sys/sysevent/*.h +nobase_pkginclude_HEADERS += sys/tsol/*.h nobase_pkginclude_HEADERS += tsol/*.h +nobase_pkginclude_HEADERS += util/*.h