diff options
Diffstat (limited to 'src/examples/Makefile.am')
-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 5dbd52ef..da51cf24 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am | |||
@@ -60,7 +60,7 @@ noinst_PROGRAMS += \ | |||
60 | endif | 60 | endif |
61 | 61 | ||
62 | if HAVE_W32 | 62 | if HAVE_W32 |
63 | AM_CFLAGS = -DWINDOWS | 63 | AM_CFLAGS += -DWINDOWS |
64 | endif | 64 | endif |
65 | 65 | ||
66 | minimal_example_SOURCES = \ | 66 | minimal_example_SOURCES = \ |