add changelog
[oweals/gnunet.git] / src / vpn / Makefile.am
index 4d7ca087e02078f6df5df0d15285b16175553fe2..d1ecd9f985496dfb1d824cc5843bf47184e618be 100644 (file)
@@ -14,20 +14,8 @@ plugindir = $(libdir)/gnunet
 pkgcfg_DATA = \
   vpn.conf
 
-if HAVE_SUDO
-SUDO_OR_DOAS_BINARY= $(SUDO_BINARY)
-else
-if HAVE_DOAS_BINARY
-SUDO_OR_DOAS_BINARY= $(DOAS_BINARY)
-endif
-endif
-
 if LINUX
 VPNBIN = gnunet-helper-vpn
-install-exec-hook:
-       $(top_srcdir)/src/vpn/install-vpn-helper.sh $(DESTDIR)$(libexecdir) $(SUDO_OR_DOAS_BINARY) || true
-else
-install-exec-hook:
 endif
 
 
@@ -68,4 +56,5 @@ libgnunetvpn_la_SOURCES = \
 libgnunetvpn_la_LIBADD = \
  $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
 libgnunetvpn_la_LDFLAGS = \
+  $(GN_LIBINTL) \
   $(GN_LIB_LDFLAGS)