Skip to content

Commit aca4c45

Browse files
author
Matt Smith
committed
Fix apereo#63 APACHE_INCLUDES in tests/Makefile.am
Remove extraneous APACHE_INCLUDES from tests/Makefile.am, as reported by Joel Goguen in apereo#63
1 parent dc0289b commit aca4c45

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
AM_CPPFLAGS = @INCLTDL@ @LIBCURL_CPPFLAGS@ -D_LARGEFILE64_SOURCE \
3-
@APXS_CPPFLAGS@ @APXS_INCLUDES@ @APR_CPPFLAGS@ @APR_INCLUDES@ \
4-
@APACHE_INCLUDES@
3+
@APXS_CPPFLAGS@ @APXS_INCLUDES@ @APR_CPPFLAGS@ @APR_INCLUDES@
54
AM_LIBS = @LIBCURL@ @APXS_LIBS@
65
AM_CFLAGS = @TEST_COVERAGE_CFLAGS@
76
AM_LDFLAGS = @APXS_LDFLAGS@ @APR_LDFLAGS@

tests/Makefile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,7 @@ top_build_prefix = @top_build_prefix@
521521
top_builddir = @top_builddir@
522522
top_srcdir = @top_srcdir@
523523
AM_CPPFLAGS = @INCLTDL@ @LIBCURL_CPPFLAGS@ -D_LARGEFILE64_SOURCE \
524-
@APXS_CPPFLAGS@ @APXS_INCLUDES@ @APR_CPPFLAGS@ @APR_INCLUDES@ \
525-
@APACHE_INCLUDES@
524+
@APXS_CPPFLAGS@ @APXS_INCLUDES@ @APR_CPPFLAGS@ @APR_INCLUDES@
526525

527526
AM_LIBS = @LIBCURL@ @APXS_LIBS@
528527
AM_CFLAGS = @TEST_COVERAGE_CFLAGS@

0 commit comments

Comments
 (0)