From: Simon Wilkinson Date: Sun, 30 Jan 2011 19:11:57 +0000 (+0000) Subject: Windows: Install rx_atomic.h X-Git-Tag: upstream/1.8.0_pre1^2~4223 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c8b0c9ca9478851ea35034f0fcaf01e1583c7b28;p=packages%2Fo%2Fopenafs.git Windows: Install rx_atomic.h Install the rx_atomic.h header into the build-wide header directory, so that modules other than RX can make us of it. Change-Id: Id3c3d0c486412942fb0772d7a8cf5d2fc1bf8876 Reviewed-on: http://gerrit.openafs.org/3774 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/rx/NTMakefile b/src/rx/NTMakefile index 5ff7a7cd8..1ae68cbc5 100644 --- a/src/rx/NTMakefile +++ b/src/rx/NTMakefile @@ -45,6 +45,7 @@ INCFILEDIR = $(DESTDIR)\include\rx INCFILES = \ $(INCFILEDIR)\rx.h \ + $(INCFILEDIR)\rx_atomic.h \ $(INCFILEDIR)\rx_packet.h \ $(INCFILEDIR)\rx_user.h \ $(INCFILEDIR)\rx_event.h \