summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Automatically detect whether corosync clvmd needs to use confdb or cmap. (fabio)Alasdair Kergon2012-01-311-2/+4
* Drop CCS* variables no longer used.Alasdair Kergon2011-08-121-2/+0
* Remove obsoleted GULM clvmd cluster locking support.Milan Broz2011-08-091-10/+0
* INSTALL rules updatesZdenek Kabelac2010-04-091-2/+1
* Use vpath instead of VPATH.Zdenek Kabelac2010-04-091-1/+0
* Fixing another set of distclean problems where we left some generated filesZdenek Kabelac2010-03-291-1/+8
* Add infrastructure for running the functional testsuite with locking_type setPetr Rockai2010-03-181-0/+4
* Fix clvmd Makefile to not overwrite LIBS from template definitionMilan Broz2010-03-161-2/+2
* Pthread linking changeZdenek Kabelac2010-03-041-1/+2
* Introduce LVMINTERNAL_LIBSZdenek Kabelac2010-03-041-1/+1
* Use $(top_builddir) for inclusion of make.tmpl in Makefiles.Zdenek Kabelac2010-03-041-1/+1
* More makefile cleaning up and fixing. (gentoo)Alasdair Kergon2009-10-051-1/+1
* Allow for a build directory separate from the source.Alasdair Kergon2009-10-021-2/+3
* Rewrite clvmd configuration code.Alasdair Kergon2009-08-281-34/+24
* Fix clvmd build after liblvm commit.Milan Broz2009-03-101-2/+2
* Use pkgconfig to obtain corosync library details during configuration. (kabi)Alasdair Kergon2009-02-251-3/+11
* Add a fully-functional get_cluster_name() to clvmd corosync interface.Christine Caulfield2009-02-111-1/+1
* Allow clvmd to be built with all cluster managers & select one on cmdline.Christine Caulfield2009-02-021-14/+9
* Add a corosync/DLM cluster service to clvmd.Christine Caulfield2009-01-221-0/+15
* Add usrlibdir & usrsbindir to configure.Alasdair Kergon2008-10-071-1/+1
* revert accidental checkinAlasdair Kergon2008-05-191-1/+1
* Refactor some vginfo manipulation code.Alasdair Kergon2008-05-191-1/+1
* Correct typo in comments: s/is part of the LVM2/is part of LVM2/.Jim Meyering2007-09-211-1/+1
* Use cpg_local_get() rather then Clm to get the local nodeid.Patrick Caulfield2007-06-251-1/+1
* Remove system LV code from clvmd. It's never been used and never should bePatrick Caulfield2007-06-141-2/+1
* Add *Experimental* OpenAIS support to clvmd.Patrick Caulfield2007-05-211-0/+13
* Use CFLAGS when linking so mixed sparc builds can supply -m64Alasdair Kergon2007-01-111-1/+2
* Add -R switch to clvmd.Patrick Caulfield2006-10-041-0/+1
* Fix lvcreate corelog validation.Alasdair Kergon2006-05-161-3/+1
* Check for libsepol.Alasdair Kergon2006-04-191-4/+5
* Get clvmd to use libcman rather than cman ioctl calls. This makesPatrick Caulfield2006-03-141-3/+3
* fix tabsAlasdair Kergon2006-02-031-2/+2
* tweak clvmd makefileAlasdair Kergon2006-02-031-2/+11
* ./configure --enable-debug now enables debugging code in clvmdPatrick Caulfield2005-02-211-0/+4
* Revert last clvmd patch. More testing reveals that this just doesn'tPatrick Caulfield2005-02-071-1/+1
* Make clvmd use the command library rather than popen() toPatrick Caulfield2005-02-071-1/+1
* Get rid of libclvm as it's out-of-date and not used at all.Patrick Caulfield2005-01-211-1/+0
* You can now build clvmd with cman & gulm support in the same binary.Patrick Caulfield2005-01-131-1/+15
* Configure/makefile tidy.Alasdair Kergon2004-11-261-18/+12
* Can now build a gulm version of clvmd instead of a cman one. usePatrick Caulfield2004-11-031-3/+19
* Cluster-extension-only installation.Alasdair Kergon2004-08-181-0/+3
* Fix LD_FLAGS->LDFLAGS. LD_DEPS->LDDEPS.Alasdair Kergon2004-06-281-2/+1
* Add cluster support.Alasdair Kergon2004-06-241-0/+47