From: Simon Wilkinson Date: Thu, 16 Dec 2010 10:46:43 +0000 (+0000) Subject: rx: Make rx_atomic.h a shared header X-Git-Tag: openafs-devel-1_7_1~1089 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=e9e52ebc465d06bbb40bbee2d86b6a93efb44c24 rx: Make rx_atomic.h a shared header Copy rx_atomic.h into the shared header directory so that it can be used by other modules within the AFS build. Note that we can't actually install this header onto the system (and it cannot be included by headers which are installed) because it uses autoconf defines to control its behaviour. Change-Id: If543f998faa0608b4f7efab90db31f072f9e9981 Reviewed-on: http://gerrit.openafs.org/3579 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/rx/Makefile.in b/src/rx/Makefile.in index 1c8fef0d..2c73d41 100644 --- a/src/rx/Makefile.in +++ b/src/rx/Makefile.in @@ -90,6 +90,7 @@ includes: \ ${TOP_INCDIR}/rx/rx_packet.h \ ${TOP_INCDIR}/rx/rx_prototypes.h \ ${TOP_INCDIR}/rx/rx.h \ + ${TOP_INCDIR}/rx/rx_atomic.h \ ${TOP_INCDIR}/rx/rx_user.h \ ${TOP_INCDIR}/rx/rx_event.h \ ${TOP_INCDIR}/rx/rx_queue.h \ @@ -117,6 +118,9 @@ ${TOP_INCDIR}/rx/rx_prototypes.h: rx_prototypes.h ${TOP_INCDIR}/rx/rx.h: rx.h ${INSTALL_DATA} $? $@ +${TOP_INCDIR}/rx/rx_atomic.h: rx_atomic.h + ${INSTALL_DATA} $? $@ + ${TOP_INCDIR}/rx/rx_user.h: rx_user.h ${INSTALL_DATA} $? $@