diff options
author | Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk> | 2011-08-22 17:38:22 +0100 |
---|---|---|
committer | Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk> | 2011-08-22 17:38:43 +0100 |
commit | 850d8c9eb8a847d3d35d4e39acf2d84afe8dffa4 (patch) | |
tree | 2ad059c7175e78555c869c2f06613b0bc749bfb3 /src | |
parent | c5e74fc60db2b0c763d55f5bca8a32dc4bc05fe5 (diff) | |
download | tor-850d8c9eb8a847d3d35d4e39acf2d84afe8dffa4.tar tor-850d8c9eb8a847d3d35d4e39acf2d84afe8dffa4.tar.gz |
Correct reference to libiphlpapi from libiphlapi
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/tor-fw-helper/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tor-fw-helper/Makefile.am b/src/tools/tor-fw-helper/Makefile.am index 127a00002..8f64ad2ba 100644 --- a/src/tools/tor-fw-helper/Makefile.am +++ b/src/tools/tor-fw-helper/Makefile.am @@ -25,7 +25,7 @@ endif if MINIUPNPC miniupnpc_ldflags = @TOR_LDFLAGS_libminiupnpc@ -miniupnpc_ldadd = -lminiupnpc -lm @TOR_LIB_IPHLAPI@ +miniupnpc_ldadd = -lminiupnpc -lm @TOR_LIB_IPHLPAPI@ miniupnpc_cppflags = @TOR_CPPFLAGS_libminiupnpc@ else miniupnpc_ldflags = |