aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 22:24:36 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 22:24:36 +0000
commitf8fd79094b60b63440deb930edef9f2cf302ba30 (patch)
treece1a002bcbe478d7cfbc4c27ec0a21a19c9d51cf
parenta50a5626c08df674043907b562f90306589847a4 (diff)
downloadlibmicrohttpd-f8fd79094b60b63440deb930edef9f2cf302ba30.tar.gz
libmicrohttpd-f8fd79094b60b63440deb930edef9f2cf302ba30.zip
-fix
-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 6a2f31b5..5f6a3e2e 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -65,7 +65,7 @@ noinst_PROGRAMS += \
65endif 65endif
66 66
67if HAVE_W32 67if HAVE_W32
68AM_CFLAGS = -DWINDOWS 68AM_CFLAGS += -DWINDOWS
69endif 69endif
70 70
71minimal_example_SOURCES = \ 71minimal_example_SOURCES = \