]> git.proxmox.com Git - mirror_corosync.git/commit
- Every .c file should include "config.h" to get the right defines...
authorFabio M. Di Nitto <fdinitto@redhat.com>
Thu, 19 Mar 2009 12:58:53 +0000 (12:58 +0000)
committerFabio M. Di Nitto <fdinitto@redhat.com>
Thu, 19 Mar 2009 12:58:53 +0000 (12:58 +0000)
commit031c02f58906cffb62c26922b34903cddc5d3f3d
tree6dec93b62fb66bf560d2da6529bb14219b3d80e6
parent683ed1edde2f0f44590761ae3f830a0fc00cda8c
- Every .c file should include "config.h" to get the right defines...

- services/Makefile.am: add include search paths for config.h

- include/corosync/cs_config.h.in exports LCRSODIR and SOCKETDIR

- tools/Makefile.am: drop -D defines for dirs that are now in
cs_config.h or config.h

- configure.ac: sanitize prefix and exec_prefix paths. Export DIRS in
*config.h

- lib/Makefile.am: : drop -D defines for dirs that are now in
cs_config.h or config.h. Add rule to build lcr_ifact.o or building from
lib/ fails miserably

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1877 fd59a12c-fef9-0310-b244-a6a79926bd2f
80 files changed:
configure.ac
exec/Makefile.am
exec/apidef.c
exec/coroparse.c
exec/coropoll.c
exec/crypto.c
exec/ipc.c
exec/logsys.c
exec/main.c
exec/mainconfig.c
exec/mempool.c
exec/objdb.c
exec/quorum.c
exec/service.c
exec/sync.c
exec/timer.c
exec/totemconfig.c
exec/totemip.c
exec/totemmrp.c
exec/totemnet.c
exec/totempg.c
exec/totemrrp.c
exec/totemsrp.c
exec/util.c
exec/vsf_quorum.c
exec/vsf_ykd.c
exec/wthread.c
include/corosync/cs_config.h.in
lcr/Makefile.am
lcr/lcr_ifact.c
lcr/libtest_a.c
lcr/libtest_b.c
lcr/test.c
lcr/uic.c
lcr/uis.c
lib/Makefile.am
lib/cfg.c
lib/confdb.c
lib/coroipc.c
lib/cpg.c
lib/evs.c
lib/pload.c
lib/quorum.c
lib/sa-confdb.c
lib/votequorum.c
services/Makefile.am
services/cfg.c
services/confdb.c
services/cpg.c
services/evs.c
services/pload.c
services/testquorum.c
services/votequorum.c
test/cpgbench.c
test/evsbench.c
test/evsverify.c
test/logsys_s.c
test/logsys_s1.c
test/logsys_s2.c
test/logsys_t1.c
test/logsys_t2.c
test/logsysbench.c
test/logsysrec.c
test/sa_error.c
test/testconfdb.c
test/testcpg.c
test/testcpg2.c
test/testevs.c
test/testevsth.c
test/testparse.c
test/testquorum.c
test/testtimer.c
test/testvotequorum1.c
test/testvotequorum2.c
tools/Makefile.am
tools/corosync-cfgtool.c
tools/corosync-fplay.c
tools/corosync-keygen.c
tools/corosync-objctl.c
tools/corosync-pload.c