diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-08-13 22:24:36 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-08-13 22:24:36 +0000 |
commit | f8fd79094b60b63440deb930edef9f2cf302ba30 (patch) | |
tree | ce1a002bcbe478d7cfbc4c27ec0a21a19c9d51cf | |
parent | a50a5626c08df674043907b562f90306589847a4 (diff) | |
download | libmicrohttpd-f8fd79094b60b63440deb930edef9f2cf302ba30.tar.gz libmicrohttpd-f8fd79094b60b63440deb930edef9f2cf302ba30.zip |
-fix
-rw-r--r-- | src/examples/Makefile.am | 2 |
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 += \ | |||
65 | endif | 65 | endif |
66 | 66 | ||
67 | if HAVE_W32 | 67 | if HAVE_W32 |
68 | AM_CFLAGS = -DWINDOWS | 68 | AM_CFLAGS += -DWINDOWS |
69 | endif | 69 | endif |
70 | 70 | ||
71 | minimal_example_SOURCES = \ | 71 | minimal_example_SOURCES = \ |