diff options
author | malosek <malosek@fastmq.com> | 2010-01-27 20:45:43 +0100 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2010-01-27 20:45:43 +0100 |
commit | 8f57ff4634ae44cd998bc0b864a8987f241e2fce (patch) | |
tree | afe48a5ee96c6074070d383bcca5219260002308 /perf/c | |
parent | 2056c888d2567ab96c3539fd60bfb652e19df335 (diff) |
fixed OpenPGM compilation on mingw32
Diffstat (limited to 'perf/c')
-rw-r--r-- | perf/c/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/c/Makefile.am b/perf/c/Makefile.am index 60ddda8..9ab50a5 100644 --- a/perf/c/Makefile.am +++ b/perf/c/Makefile.am @@ -32,6 +32,7 @@ pgmexamples_diff_flags = \ -DCONFIG_GALOIS_MUL_LUT \ -DIF_NAMESIZE=256 \ -DPGM_GNUC_INTERNAL=G_GNUC_INTERNAL \ + -DCONFIG_HAVE_WSACMSGHDR \ -DGETTEXT_PACKAGE='"pgm"' \ -DG_LOG_DOMAIN='"Pgm"' |