We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c202d commit 1775cb3Copy full SHA for 1775cb3
auparse/test/Makefile.am
@@ -29,8 +29,8 @@ EXTRA_DIST = auparse_test.ref auparse_test.ref.py test.log test2.log test3.log t
29
CLEANFILES = run_auparse_tests.sh run_auparselol_test.sh
30
DISTCLEANFILES = $(CLEANFILES)
31
32
-AM_CPPFLAGS = -I${top_srcdir}/auparse -I${top_srcdir}/lib -I${top_srcdir}/common \
33
- -I${top_srcdir}/src
+AM_CPPFLAGS = -I${top_srcdir}/auparse -I${top_srcdir}/lib \
+ -I${top_srcdir}/common -I${top_srcdir}/src -I${top_srcdir}/
34
35
if HAVE_ASAN
36
AM_CFLAGS = -D_GNU_SOURCE -Wno-pointer-sign ${WFLAGS} ${ASAN_FLAGS}
0 commit comments