aboutsummaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-07 09:04:37 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-07 09:04:37 +0000
commit7b8d280e45f434cab6508b2186cd3b286a9c7b7c (patch)
treeaf0f89f29063d18bd4ac9820a932760da957cfde /src/examples
parent6d7d5bf7847634a7906e379e08907ec7e2b5f920 (diff)
downloadlibmicrohttpd-7b8d280e45f434cab6508b2186cd3b286a9c7b7c.tar.gz
libmicrohttpd-7b8d280e45f434cab6508b2186cd3b286a9c7b7c.zip
-reverting removal of Plibc, select on pipes problem is critial
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index da51cf24..5dbd52ef 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -60,7 +60,7 @@ noinst_PROGRAMS += \
60endif 60endif
61 61
62if HAVE_W32 62if HAVE_W32
63AM_CFLAGS += -DWINDOWS 63AM_CFLAGS = -DWINDOWS
64endif 64endif
65 65
66minimal_example_SOURCES = \ 66minimal_example_SOURCES = \