]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Windows: Install rx_atomic.h
authorSimon Wilkinson <sxw@your-file-system.com>
Sun, 30 Jan 2011 19:11:57 +0000 (19:11 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 31 Jan 2011 17:45:17 +0000 (09:45 -0800)
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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/rx/NTMakefile

index 5ff7a7cd8ffcbc45a283871d28561203f6c31518..1ae68cbc5611bbfcb057e5213e577c844e066612 100644 (file)
@@ -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 \