mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-01-18 01:43:19 +00:00
report install failures) and it's just overhead since $(INSTALL) can do the same. 2) make sure to create our directories with $(INSTALL). Not sure I did catch them all yet, but at least a good bunch. This also fix the corosync.conf install error I introduced in the previous commit. 3) Handle SONAME automatically. This is the most intrusive change across the board: * configure.in now defines the system wide SOMAJOR, SOMINOR, SOMICRO and SONAME and exports them to the Makefile. * exec/Makefile.am, lib/Makefile.am are now updated to use those vars rather than hardcoded version. 4) Bump the SOMAJOR to 3 as agreed since we did change both API and ABI. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1835 fd59a12c-fef9-0310-b244-a6a79926bd2f |
||
|---|---|---|
| .. | ||
| cfg.c | ||
| confdb.c | ||
| coroipc.c | ||
| cpg.c | ||
| evs.c | ||
| libcfg.versions | ||
| libconfdb.versions | ||
| libcoroipc.versions | ||
| libcpg.versions | ||
| libevs.versions | ||
| libpload.versions | ||
| libquorum.versions | ||
| libvotequorum.versions | ||
| Makefile.am | ||
| pload.c | ||
| quorum.c | ||
| sa-confdb.c | ||
| sa-confdb.h | ||
| util.h | ||
| votequorum.c | ||