diff options
-rw-r--r-- | perf/c/Makefile.am | 1 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
2 files changed, 2 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"' diff --git a/src/Makefile.am b/src/Makefile.am index dba542e..6957ff0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -180,6 +180,7 @@ libpgm_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"' |