libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 9f01e17e570d44e26c4dbab612b48788276a5a1d
parent 1a6f22b489c2cc66f2b715c8f110a1378af6f0b1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  5 Apr 2013 11:46:23 +0000

-make sure to include license texi files

Diffstat:
Mdoc/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -1,5 +1,4 @@ man_MANS = libmicrohttpd.3 -EXTRA_DIST = $(man_MANS) Doxyfile SUBDIRS = . examples @@ -26,3 +25,4 @@ microhttpd_TEXINFOS = \ lgpl.texi \ ecos.texi +EXTRA_DIST = $(man_MANS) Doxyfile $(microhttpd_TEXINFOS)