diff options
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r-- | src/microhttpd/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am index b4d8663f..4ff623ae 100644 --- a/src/microhttpd/Makefile.am +++ b/src/microhttpd/Makefile.am | |||
@@ -1,7 +1,12 @@ | |||
1 | if USE_PRIVATE_PLIBC_H | ||
2 | PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc | ||
3 | endif | ||
4 | |||
1 | AM_CPPFLAGS = \ | 5 | AM_CPPFLAGS = \ |
6 | $(PLIBC_INCLUDE) \ | ||
2 | -I$(top_srcdir)/src/include \ | 7 | -I$(top_srcdir)/src/include \ |
3 | -I$(top_srcdir)/src/daemon \ | 8 | -I$(top_srcdir)/src/daemon \ |
4 | @LIBGCRYPT_CFLAGS@ | 9 | @LIBGCRYPT_CFLAGS@ |
5 | 10 | ||
6 | EXTRA_DIST = EXPORT.sym | 11 | EXTRA_DIST = EXPORT.sym |
7 | 12 | ||