Port: Add winsock support to live for mingw
[babeltrace.git] / cli / Makefile.am
index d305bf692a7fa4ce754a8509043d0e4b882184f9..d5918366536e94434946dd2aabcae9ceb2ed3aff 100644 (file)
@@ -74,7 +74,7 @@ endif
 endif
 
 if BABELTRACE_BUILD_WITH_MINGW
-babeltrace_bin_LDADD += -lrpcrt4 -lintl -liconv -lole32 -lpopt -lpthread
+babeltrace_bin_LDADD += -lws2_32 -lrpcrt4 -lintl -liconv -lole32 -lpopt -lpthread
 endif
 
 # Only used for in-tree execution and tests
This page took 0.02311 seconds and 4 git commands to generate.