diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-18 01:55:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-18 01:55:49 +0200 |
commit | c3090674833c8bd34fbdb0e743f1c47d85dd14fb (patch) | |
tree | 5b4676815b575e3b8a091bb1a1e150a2bc390d14 /Makefile.am | |
parent | aba15a0391a04d5444319a609737c6b05f71e7c9 (diff) |
selinux: use existing library calls for audit data
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 637a5367b1..c7aff78480 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1038,6 +1038,7 @@ libsystemd_core_la_LIBADD = \ libsystemd-label.la \ libsystemd-shared.la \ libsystemd-dbus.la \ + libsystemd-audit.la \ libsystemd-id128-internal.la \ libudev.la \ $(LIBWRAP_LIBS) \ |