1# This Makefile.am is in the public domain 2man_MANS = libmicrohttpd.3 3 4SUBDIRS = . examples doxygen 5 6DISTCLEANFILES = \ 7 libmicrohttpd.cps \ 8 libmicrohttpd.dvi \ 9 libmicrohttpd-tutorial.cps \ 10 libmicrohttpd-tutorial.dvi 11info_TEXINFOS = \ 12 libmicrohttpd.texi \ 13 libmicrohttpd-tutorial.texi 14microhttpd_TEXINFOS = \ 15 chapters/basicauthentication.inc \ 16 chapters/bibliography.inc \ 17 chapters/exploringrequests.inc \ 18 chapters/hellobrowser.inc \ 19 chapters/introduction.inc \ 20 chapters/largerpost.inc \ 21 chapters/processingpost.inc \ 22 chapters/responseheaders.inc \ 23 chapters/tlsauthentication.inc \ 24 chapters/sessions.inc \ 25 fdl-1.3.texi \ 26 lgpl.texi \ 27 ecos.texi 28 29EXTRA_DIST = $(man_MANS) $(microhttpd_TEXINFOS) performance_data.png performance_data.eps 30 31