Skip to content

Commit

Permalink
Add missing headers to 'make dist' target for RPM build
Browse files Browse the repository at this point in the history
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
  • Loading branch information
behlendorf committed Jul 1, 2010
1 parent c5afb06 commit bb4baf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/libspl/include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bb4baf0

Please sign in to comment.