libmicrohttpd

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

commit f8fd79094b60b63440deb930edef9f2cf302ba30
parent a50a5626c08df674043907b562f90306589847a4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 13 Aug 2013 22:24:36 +0000

-fix

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

diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am @@ -65,7 +65,7 @@ noinst_PROGRAMS += \ endif if HAVE_W32 -AM_CFLAGS = -DWINDOWS +AM_CFLAGS += -DWINDOWS endif minimal_example_SOURCES = \