From 92aeed48eeeb1d61b2f7c7ba39df3944fcd9242f Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Tue, 16 Apr 2013 20:59:58 +0200 Subject: [PATCH] * yhttpd: Add missing includepath --- src/nhttpd/yhttpd_core/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nhttpd/yhttpd_core/Makefile.am b/src/nhttpd/yhttpd_core/Makefile.am index cc760e315..de0679d2b 100644 --- a/src/nhttpd/yhttpd_core/Makefile.am +++ b/src/nhttpd/yhttpd_core/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = \ -I$(srcdir) \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/src/zapit/include \