Commit 20b2a0f9 authored by Siraj Razick's avatar Siraj Razick Committed by Youness Alaoui

Fixes the linker errors we get under mingw32

When we link agaist libnice under ming32, the client applications
fails to link. this patch fixes that
parent fdaec4b7
...@@ -75,5 +75,5 @@ libagent_la_DEPENDENCIES = \ ...@@ -75,5 +75,5 @@ libagent_la_DEPENDENCIES = \
pkginclude_HEADERS = agent.h candidate.h debug.h address.h interfaces.h pseudotcp.h pkginclude_HEADERS = agent.h candidate.h debug.h address.h interfaces.h pseudotcp.h
if WINDOWS if WINDOWS
libagent_la_LIBADD += -lws2_32 libagent_la_LIBADD += -liphlpapi -lws2_32
endif endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment