aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/audit/auparse/auparse.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/audit/auparse/auparse.pc.in')
-rw-r--r--framework/src/audit/auparse/auparse.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/framework/src/audit/auparse/auparse.pc.in b/framework/src/audit/auparse/auparse.pc.in
new file mode 100644
index 00000000..581287e8
--- /dev/null
+++ b/framework/src/audit/auparse/auparse.pc.in
@@ -0,0 +1,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}