diff options
author | Christian Fuchs <christian.fuchs@cfuchs.net> | 2013-01-15 20:22:54 +0000 |
---|---|---|
committer | Christian Fuchs <christian.fuchs@cfuchs.net> | 2013-01-15 20:22:54 +0000 |
commit | e1379548b2669fd3d3bf356e9764ea2e13cda1c9 (patch) | |
tree | 010284c4485ee994d83f1d9ef320cd3e003d8688 /src/vpn/Makefile.am | |
parent | e156f8cceb6186d03b836b14dc308e8ff0bba16e (diff) |
added calls for updating the driver in a for device. seems like this is
mandatory when adding a new device node. unfortunately this is pretty
slow...
added new required include+library to link against: newdev.h/dll
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r-- | src/vpn/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index 090b463f6..8b67a3373 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -43,7 +43,7 @@ if MINGW -no-undefined -Wl,--export-all-symbols gnunet_helper_vpn_LDADD = \ - -lsetupapi -lshell32 -liconv -lstdc++ \ + -lsetupapi -lnewdev -lshell32 -liconv -lstdc++ \ -lcomdlg32 -lgdi32 -liphlpapi gnunet_helper_vpn_SOURCES = \ |