blob: 581287e8d21b45377b6e74d8a9a643e0b8b4e11c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libauparse
Description: Library for apps that want to parse and interpret audit logs
Version: @VERSION@
Libs: -L${libdir} -lauparse
Libs.private: -laudit
Cflags: -I${includedir}
|