diff --git a/src/rx/Makefile.in b/src/rx/Makefile.in index 1c8fef0d6f..2c73d41bae 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} $? $@