Skip to content

Commit 1775cb3

Browse files
committed
Fix make distcheck
1 parent 26c202d commit 1775cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auparse/test/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ EXTRA_DIST = auparse_test.ref auparse_test.ref.py test.log test2.log test3.log t
2929
CLEANFILES = run_auparse_tests.sh run_auparselol_test.sh
3030
DISTCLEANFILES = $(CLEANFILES)
3131

32-
AM_CPPFLAGS = -I${top_srcdir}/auparse -I${top_srcdir}/lib -I${top_srcdir}/common \
33-
-I${top_srcdir}/src
32+
AM_CPPFLAGS = -I${top_srcdir}/auparse -I${top_srcdir}/lib \
33+
-I${top_srcdir}/common -I${top_srcdir}/src -I${top_srcdir}/
3434

3535
if HAVE_ASAN
3636
AM_CFLAGS = -D_GNU_SOURCE -Wno-pointer-sign ${WFLAGS} ${ASAN_FLAGS}

0 commit comments

Comments
 (0)