diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-08-01 11:05:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-08-01 11:05:49 -0400 |
commit | 9d77f24cf5032c4a1dbf64ec2e25d7debf3758ed (patch) | |
tree | 5dbb77976ef8bdfb602fc347c29755e5aaacb082 /src/tools | |
parent | a2bd0397ff2388a6e5a09e0cb8253f4dccf63e21 (diff) | |
download | tor-9d77f24cf5032c4a1dbf64ec2e25d7debf3758ed.tar tor-9d77f24cf5032c4a1dbf64ec2e25d7debf3758ed.tar.gz |
Re-order tor_fw_helper_LDADD flags so that they work
Patch from "blueness".
Diffstat (limited to 'src/tools')
-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 75878f259..77ff63fc3 100644 --- a/src/tools/tor-fw-helper/Makefile.am +++ b/src/tools/tor-fw-helper/Makefile.am @@ -34,5 +34,5 @@ miniupnpc_cppflags = endif tor_fw_helper_LDFLAGS = $(nat_pmp_ldflags) $(miniupnpc_ldflags) -tor_fw_helper_LDADD = $(nat_pmp_ldadd) $(miniupnpc_ldadd) ../../common/libor.a @TOR_LIB_WS32@ +tor_fw_helper_LDADD = ../../common/libor.a $(nat_pmp_ldadd) $(miniupnpc_ldadd) @TOR_LIB_WS32@ tor_fw_helper_CPPFLAGS = $(nat_pmp_cppflags) $(miniupnpc_cppflags) |