Skip to content

Commit e0f2651

Browse files
committed
add libev directory to format_event test
1 parent c0f9cb3 commit e0f2651

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
@@ -19,7 +19,7 @@
1919
# Steve Grubb <[email protected]>
2020
#
2121

22-
AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/lib -I${top_srcdir}/src -I${top_srcdir}/common -I${top_srcdir}/auparse
22+
AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/lib -I${top_srcdir}/src -I${top_srcdir}/common -I${top_srcdir}/auparse -I${top_srcdir}/src/libev
2323
check_PROGRAMS = ilist_test slist_test format_event_test
2424
TESTS = $(check_PROGRAMS)
2525
ilist_test_LDADD = ${top_builddir}/src/ausearch-int.o

0 commit comments

Comments
 (0)