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: upstream/1.8.0_pre1^2~4341 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e9e52ebc465d06bbb40bbee2d86b6a93efb44c24;p=packages%2Fo%2Fopenafs.git 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 1c8fef0d6..2c73d41ba 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} $? $@