diff options
author | Nikias Bassen | 2020-11-27 05:03:15 +0100 |
---|---|---|
committer | Nikias Bassen | 2020-11-27 05:05:18 +0100 |
commit | c56e112ee48909b4bad90fcbb95352c5914bd30f (patch) | |
tree | 93b2256a2a896db4e2f4efc8e7e776fb8bcbbef5 /common/Makefile.am | |
parent | 73cb5c182e36e7aafcff8a8932b21c6ab5cae5a6 (diff) | |
download | libusbmuxd-c56e112ee48909b4bad90fcbb95352c5914bd30f.tar.gz libusbmuxd-c56e112ee48909b4bad90fcbb95352c5914bd30f.tar.bz2 |
socket: Fix build on Windows
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index ca8180c..8d0e889 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -12,5 +12,5 @@ libinternalcommon_la_SOURCES = \ collection.h if WIN32 -libinternalcommon_la_LIBADD += -lws2_32 +libinternalcommon_la_LIBADD += -lws2_32 -lIphlpapi endif |