commit e0c9a49f61ef9e7af78a6fcf5d626755a30c0d36
parent 8251a574fb2a0dd2ec2155259057cb6fa5bf1a0f
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 4 Feb 2014 13:51:27 +0000
Karlson2k: fix makefiles: src/daemon -> src/microhttpd
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
@@ -5,7 +5,7 @@ endif
AM_CPPFLAGS = \
$(PLIBC_INCLUDE) \
-I$(top_srcdir)/src/include \
- -I$(top_srcdir)/src/daemon \
+ -I$(top_srcdir)/src/microhttpd \
$(HIDDEN_VISIBILITY_CFLAGS) \
@LIBGCRYPT_CFLAGS@
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
@@ -15,7 +15,7 @@ endif
AM_CPPFLAGS = \
$(PLIBC_INCLUDE) \
-I$(top_srcdir) \
--I$(top_srcdir)/src/daemon \
+-I$(top_srcdir)/src/microhttpd \
-I$(top_srcdir)/src/include \
$(LIBCURL_CPPFLAGS)