mirror_corosync/pkgconfig/corosync.pc.in
Jan Friesse ada1cfa021 pkgconfig: Export corosysconfdir
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>
2022-01-05 14:06:44 +01:00

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}