aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-01-15 20:22:54 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-01-15 20:22:54 +0000
commite1379548b2669fd3d3bf356e9764ea2e13cda1c9 (patch)
tree010284c4485ee994d83f1d9ef320cd3e003d8688 /src/vpn/Makefile.am
parente156f8cceb6186d03b836b14dc308e8ff0bba16e (diff)
downloadgnunet-e1379548b2669fd3d3bf356e9764ea2e13cda1c9.tar.gz
gnunet-e1379548b2669fd3d3bf356e9764ea2e13cda1c9.zip
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.am2
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
43 -no-undefined -Wl,--export-all-symbols 43 -no-undefined -Wl,--export-all-symbols
44 44
45 gnunet_helper_vpn_LDADD = \ 45 gnunet_helper_vpn_LDADD = \
46 -lsetupapi -lshell32 -liconv -lstdc++ \ 46 -lsetupapi -lnewdev -lshell32 -liconv -lstdc++ \
47 -lcomdlg32 -lgdi32 -liphlpapi 47 -lcomdlg32 -lgdi32 -liphlpapi
48 48
49 gnunet_helper_vpn_SOURCES = \ 49 gnunet_helper_vpn_SOURCES = \