blob: 140c919c28543a11edded307e3f843d4b11c722c (
plain)
1
2
3
4
5
6
7
8
9
10
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libaudit
Description: Libraries needed for apps that use the kernel audit framework
Version: @VERSION@
Libs: -L${libdir} -laudit
Cflags: -I${includedir}
|