rxgk: Add NTMakefile to install headers 14/13814/4
authorAndrew Deason <adeason@sinenomine.net>
Mon, 26 Aug 2019 19:34:45 +0000 (14:34 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 28 Aug 2019 06:50:58 +0000 (02:50 -0400)
commit1534302d4489d2ba1c421077cdedb0187a2c1722
treebd6495779dfda18191cccf5793e0f942b88fc5eb
parent2df2de06e5df64f5666316b14d67de7e7c5dae70
rxgk: Add NTMakefile to install headers

Commit 83eec909 (Implement afsconf_GetRXGKKey) added a reference to
rx/rxgk_types.h inside cellconfig.p.h. Nothing ever added src/rxgk
WINNT makefiles, so that include file is never installed into
place, breaking the WINNT build when code tries to include
cellconfig.h.

To fix this and other code that needs rxgk header files, create an
NTMakefile for src/rxgk, which just exists to install headers into
place. Call it from the top-level NTMakefile right before copying in
the auth headers.

Change-Id: Id111479f55b4c330640e80d167a8af664fe3622e
Reviewed-on: https://gerrit.openafs.org/13814
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
NTMakefile
src/rxgk/NTMakefile [new file with mode: 0644]