Commit 4121d8ac authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Build apr-util correctly when building the rest of the server.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87200 13f79535-47bb-0310-9956-ffa450edef68
parent 10aa9594
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ APACHE_ENABLE_LAYOUT
APACHE_ENABLE_MODULES
APACHE_ENABLE_SHARED

INCLUDES="-I\$(top_srcdir)/include -I\$(top_srcdir)/srclib/apr/include"
INCLUDES="-I\$(top_srcdir)/include -I\$(top_srcdir)/srclib/apr/include -I\$(top_srcdir)/srclib/apr-util/include"
if test -n "$USE_VPATH"; then
  INCLUDES="$INCLUDES -I\$(top_builddir)/include -I\$(top_builddir)/srclib/apr/include"
fi