]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
rxstat-include-path-20090316
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 16 Mar 2009 17:52:31 +0000 (17:52 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 16 Mar 2009 17:52:31 +0000 (17:52 +0000)
LICENSE IPL10

do something sensible with rxstat prototypes header

src/bozo/bosserver.c
src/rxstat/NTMakefile

index ba68dc69e9dad681ad40cebefb088cabe73eea88..1215ceabe0faf214dac2ae3670fef5ec4852e591 100644 (file)
@@ -41,7 +41,7 @@ RCSID
 #include "bosprototypes.h"
 #include <rx/rxkad.h>
 #include <rx/rxstat.h>
-#include <rxstat/rxstat_prototypes.h>
+#include <rx/rxstat_prototypes.h>
 #include <afs/keys.h>
 #include <afs/ktime.h>
 #include <afs/afsutil.h>
index d16a05a886a7aea84bf77eb98e451af9475cde29..654dab08bf430231704b3df412fe9cd5a6c2232b 100644 (file)
@@ -46,6 +46,7 @@ rxstat.h: rxstat.xg
 
 copyheader: rxstat.h
    $(COPY) rxstat.h $(INCFILEDIR)\rx\rxstat.h
+   $(COPY) rxstat_prototypes.h $(INCFILEDIR)\rx\rxstat_prototypes.h
 
 install: copyheader $(LIBFILE) $(INCFILES)