diff options
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r-- | src/gns/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 315b4dbf3..c21f37ca1 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -155,6 +155,7 @@ gnunet_dns2gns_LDADD = \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ libgnunetgns.la \ $(top_builddir)/src/util/libgnunetutil.la \ + $(USE_VPN) \ $(top_builddir)/src/identity/libgnunetidentity.la \ $(GN_LIBINTL) @@ -218,7 +219,6 @@ gnunet_service_gns_LDADD = \ $(top_builddir)/src/dht/libgnunetdht.la \ $(top_builddir)/src/namecache/libgnunetnamecache.la \ $(LIBIDN) $(LIBIDN2) \ - $(USE_VPN) \ $(GN_LIBINTL) |