diff options
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32 index 470061c4c..5107c04fe 100644 --- a/docs/examples/Makefile.m32 +++ b/docs/examples/Makefile.m32 @@ -106,7 +106,7 @@ ifndef USE_LDAP_OPENLDAP curl_LDADD += -lwldap32 endif endif -curl_LDADD += -lws2_32 -lwinmm +curl_LDADD += -lws2_32 COMPILE = $(CC) $(INCLUDES) $(CFLAGS) # Makefile.inc provides the check_PROGRAMS and COMPLICATED_EXAMPLES defines |