Add MinGW32 libraries to executables
[babeltrace.git] / converter / Makefile.am
index de70313e3273463dc8085d6980d9be187dc66a53..8ef71a23ec91d7b1b22e9eb3299e4ed139b059d0 100644 (file)
@@ -29,3 +29,8 @@ endif
 if BABELTRACE_BUILD_WITH_LIBC_UUID
 babeltrace_log_LDADD += -lc
 endif
+
+if BABELTRACE_BUILD_WITH_MINGW
+babeltrace_log_LDADD += -lrpcrt4 -lintl -liconv -lole32 -lpopt -lpthread
+babeltrace_LDADD += -lrpcrt4 -lintl -liconv -lole32 -lpopt -lpthread
+endif
This page took 0.023212 seconds and 4 git commands to generate.