mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-01-02 06:46:08 +00:00
Useful for external code to easily tell where corosync.conf is (in case someone configured it for /usr/local/etc, ...) E.g. pacemaker's crm_report collects corosync.conf, and some of its testing tools generate a corosync.conf for a test cluster. Signed-off-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com>
13 lines
231 B
PkgConfig
13 lines
231 B
PkgConfig
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@LIBDIR@
|
|
includedir=${prefix}/include
|
|
logdir=@LOGDIR@
|
|
corosysconfdir=@COROSYSCONFDIR@
|
|
|
|
Name: corosync
|
|
Version: @LIBVERSION@
|
|
Description: corosync
|
|
Requires: libqb
|
|
Cflags: -I${includedir}
|