libldb/ldb-2.0.8/lib/tevent/tevent.pc.in

13 lines
263 B
PkgConfig
Raw Normal View History

2020-02-18 15:26:18 +08:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: tevent
Description: An event system library
Version: @PACKAGE_VERSION@
Requires: talloc
Libs: @LIB_RPATH@ -L${libdir} -ltevent
Cflags: -I${includedir}
URL: http://samba.org/