aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-05 18:49:56 +0100
committerChristian Grothoff <christian@grothoff.org>2018-03-05 18:49:56 +0100
commit8b531fd28c1dbaa0671f251ff09bc7d377fc1bca (patch)
treefbee9ae243206c6094732eda597cf36019421396 /doc
parent77398cdb5522ecccf7a7a7163ad9f23b467889c1 (diff)
downloadlibmicrohttpd-8b531fd28c1dbaa0671f251ff09bc7d377fc1bca.tar.gz
libmicrohttpd-8b531fd28c1dbaa0671f251ff09bc7d377fc1bca.zip
fix misc build issues if various features (poll/epoll/upgrade-support) are disabled
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ef8ee966..b8fc5f2e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -55,3 +55,6 @@ uninstall-local:
55 echo " rm -f '$(DESTDIR)$(infodir)/libmicrohttpd_performance_data.png'"; \ 55 echo " rm -f '$(DESTDIR)$(infodir)/libmicrohttpd_performance_data.png'"; \
56 rm -f "$(DESTDIR)$(infodir)/libmicrohttpd_performance_data.png" \ 56 rm -f "$(DESTDIR)$(infodir)/libmicrohttpd_performance_data.png" \
57 else : ; fi 57 else : ; fi
58
59# end of 'if BUILD_DOC'
60