aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/Makefile.am')
-rw-r--r--src/testcurl/https/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
index 0bcc5569..1a1cc232 100644
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -4,7 +4,12 @@ if USE_COVERAGE
4 AM_CFLAGS = --coverage 4 AM_CFLAGS = --coverage
5endif 5endif
6 6
7if USE_PRIVATE_PLIBC_H
8 PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc
9endif
10
7AM_CPPFLAGS = \ 11AM_CPPFLAGS = \
12 $(PLIBC_INCLUDE) \
8 -I$(top_srcdir)/src/include \ 13 -I$(top_srcdir)/src/include \
9 -I$(top_srcdir)/src/microhttpd \ 14 -I$(top_srcdir)/src/microhttpd \
10 $(LIBCURL_CPPFLAGS) 15 $(LIBCURL_CPPFLAGS)