mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-01-03 06:57:38 +00:00
LIB_RT is unnecessary around. AC_CHECK_LIBS will do the right thing similar for the other libs that are all exported via LIBS Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
12 lines
206 B
PkgConfig
12 lines
206 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=${prefix}/include
|
|
|
|
Name: libqb
|
|
Version: @PACKAGE_VERSION@
|
|
Description: libqb
|
|
Requires:
|
|
Libs: -L${libdir} -lqb @LIBS@
|
|
Cflags: -I${includedir}
|