X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=67179107c98fcfe7d759c39f8b5ee0339fac7f18;hb=62525792e073a54f21e334764ddd9dcd2d47ff0c;hp=a223f9512fcef2a694d4c66790bf413bec62c41e;hpb=55f4e430e8c1c7382d27695c56e8ca95ba7b7dec;p=openocd.git diff --git a/src/Makefile.am b/src/Makefile.am index a223f9512f..67179107c9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,7 +43,7 @@ libopenocd_la_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS) libopenocd_la_LDFLAGS = $(all_libraries) if IS_MINGW -MINGWLDADD = -lwsock32 +MINGWLDADD = -lws2_32 else MINGWLDADD = endif