When configure is run with --enable-audit-plugin, configure.ac checks
for libaudit and defines AUDIT_IMPL_LIBS. Propagate this variable to
plugins/audit/simple/Makefile.in so it is used in the module build.
[ghudson@mit.edu: rewrote commit message]
ticket: 9221 (new)
tags: pullup
target_version: 1.22-next
# SPAKE preauth back-end libraries
SPAKE_OPENSSL_LIBS = @SPAKE_OPENSSL_LIBS@
+# simple audit plugin module dependencies
+AUDIT_IMPL_LIBS = @AUDIT_IMPL_LIBS@
+
# Whether we have the SASL header file for the LDAP KDB module
HAVE_SASL = @HAVE_SASL@
#Depends on libkrb5 and libkrb5support.
SHLIB_EXPDEPS= $(KRB5_BASE_DEPLIBS)
-SHLIB_EXPLIBS= $(KRB5_BASE_LIBS)
+SHLIB_EXPLIBS= $(KRB5_BASE_LIBS) $(AUDIT_IMPL_LIBS)
STOBJLISTS= OBJS.ST ../OBJS.ST
STLIBOBJS= au_simple_main.o