util: Actually install thread_pool_types.h

The action portion of the rule for thread_pool_types.h was missing,
so the file was never installed. As that file is a dependency for the
whole of the util directory, it would result in util being completely
rebuild with every make invocation.

Add the missing installation rule, so we don't rebuild quite so often!

Change-Id: Idb201c239b6b37a25567cf231059ef05536fc258
Reviewed-on: http://gerrit.openafs.org/3921
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Simon Wilkinson 2011-02-09 19:37:18 +00:00 committed by Derrick Brashear
parent f132054e4f
commit 1a474ac287

View File

@ -115,6 +115,7 @@ ${TOP_INCDIR}/afs/thread_pool.h: ${srcdir}/thread_pool.h
${INSTALL_DATA} $? $@
${TOP_INCDIR}/afs/thread_pool_types.h: ${srcdir}/thread_pool_types.h
${INSTALL_DATA} $? $@
${TOP_INCDIR}/afs/tabular_output.h: ${srcdir}/tabular_output.h
${INSTALL_DATA} $? $@