aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index c6b390aca..e69c5643e 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -10,6 +10,8 @@ endif
10 10
11pkgcfgdir= $(pkgdatadir)/config.d/ 11pkgcfgdir= $(pkgdatadir)/config.d/
12 12
13plugindir = $(libdir)/gnunet
14
13dist_pkgcfg_DATA = \ 15dist_pkgcfg_DATA = \
14 vpn.conf 16 vpn.conf
15 17
@@ -72,6 +74,18 @@ gnunet_daemon_exit_LDADD = \
72 $(top_builddir)/src/mesh/libgnunetmesh.la \ 74 $(top_builddir)/src/mesh/libgnunetmesh.la \
73 $(GN_LIBINTL) 75 $(GN_LIBINTL)
74 76
77
78plugin_LTLIBRARIES = \
79 libgnunet_plugin_block_dns.la
80
81libgnunet_plugin_block_dns_la_SOURCES = \
82 plugin_block_dns.c
83libgnunet_plugin_block_dns_la_LIBADD = \
84 $(top_builddir)/src/util/libgnunetutil.la
85libgnunet_plugin_block_dns_la_LDFLAGS = \
86 $(top_builddir)/src/block/$(GN_PLUGIN_LDFLAGS)
87
88
75#check_PROGRAMS = \ 89#check_PROGRAMS = \
76# test_XXX 90# test_XXX
77 91