diff --git a/Makefile.am b/Makefile.am index 1de0f45a..8bda91cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF # THE POSSIBILITY OF SUCH DAMAGE. -EXTRA_DIST = autogen.sh +EXTRA_DIST = autogen.sh conf/corosync.conf AUTOMAKE_OPTIONS = foreign MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure depcomp \ diff --git a/exec/Makefile.am b/exec/Makefile.am index a367b9ed..2233824d 100644 --- a/exec/Makefile.am +++ b/exec/Makefile.am @@ -71,6 +71,8 @@ noinst_HEADERS = apidef.h crypto.h ipc.h mainconfig.h main.h mempool.h \ totemmrp.h totemnet.h totemrrp.h totemsrp.h util.h \ version.h vsf.h wthread.h +EXTRA_DIST = $(LCRSO_SRC) + if BUILD_DARWIN %.lcrso: %.o $(CC) $(CFLAGS) -bundle -bind_at_load -bundle_loader ./corosync $^ -o $@ diff --git a/services/Makefile.am b/services/Makefile.am index 1afee314..a2e6ce23 100644 --- a/services/Makefile.am +++ b/services/Makefile.am @@ -42,6 +42,8 @@ LCRSO = service_evs.lcrso service_cfg.lcrso \ LCRSO_OBJS = $(LCRSO:service_%.lcrso=%.o) $(LCRSO:quorum_%.lcrso=%.o) +EXTRA_DIST = $(LCRSO_OBJS:%.o=%.c) + if BUILD_DARWIN quorum_%.lcrso: %.o $(CC) $(CFLAGS) -bundle -bundle_loader ../exec/corosync $^ -o $@