aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-02-18 18:40:50 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-02-18 18:40:50 +0000
commit41e5c4888a6e5a87dfcd75f4b76e6e6f2e6cb280 (patch)
tree1cf252b4647b7699d3ac1828906af33480a04b52 /doc
parentf0316a499cde1bb0e3b655ea2a451032c34df005 (diff)
downloadlibmicrohttpd-41e5c4888a6e5a87dfcd75f4b76e6e6f2e6cb280.tar.gz
libmicrohttpd-41e5c4888a6e5a87dfcd75f4b76e6e6f2e6cb280.zip
Remove PlibC from autotools files
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index e4335985..8a385ba8 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,11 +1,6 @@
1SUBDIRS = . 1SUBDIRS = .
2 2
3if USE_PRIVATE_PLIBC_H
4 PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc
5endif
6
7AM_CPPFLAGS = \ 3AM_CPPFLAGS = \
8 $(PLIBC_INCLUDE) \
9 -I$(top_srcdir)/src/include 4 -I$(top_srcdir)/src/include
10 5
11AM_CFLAGS = @LIBGCRYPT_CFLAGS@ 6AM_CFLAGS = @LIBGCRYPT_CFLAGS@