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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Simon Wilkinson 2010-12-16 10:46:43 +00:00 committed by Derrick Brashear
parent c845670469
commit e9e52ebc46

View File

@ -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} $? $@