Skip to content

Commit 49c3c6f

Browse files
authored
Merge pull request #479 from bigon/libwrap-test
Fix tests when compiling with libwrap
2 parents d62d9c6 + be52e6a commit 49c3c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ format_event_test_LDADD = ${top_builddir}/lib/libaudit.la \
3737
${top_builddir}/auparse/libauparse.la \
3838
${top_builddir}/audisp/libdisp.la \
3939
${top_builddir}/src/libev/libev.la \
40-
${top_builddir}/common/libaucommon.la -lpthread -lm $(gss_libs)
40+
${top_builddir}/common/libaucommon.la -lpthread -lm $(gss_libs) $(LIBWRAP_LIBS)
4141
if ENABLE_LISTENER
4242
format_event_test_SOURCES += \
4343
${top_srcdir}/src/auditd-listen.c

0 commit comments

Comments
 (0)