From d9a610d5d7c6d5c59f7c75385dcc9767c06bd5c3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 22 Nov 2011 11:53:26 +0000 Subject: moving block plugins to respective subsystem --- src/vpn/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/vpn/Makefile.am') 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 pkgcfgdir= $(pkgdatadir)/config.d/ +plugindir = $(libdir)/gnunet + dist_pkgcfg_DATA = \ vpn.conf @@ -72,6 +74,18 @@ gnunet_daemon_exit_LDADD = \ $(top_builddir)/src/mesh/libgnunetmesh.la \ $(GN_LIBINTL) + +plugin_LTLIBRARIES = \ + libgnunet_plugin_block_dns.la + +libgnunet_plugin_block_dns_la_SOURCES = \ + plugin_block_dns.c +libgnunet_plugin_block_dns_la_LIBADD = \ + $(top_builddir)/src/util/libgnunetutil.la +libgnunet_plugin_block_dns_la_LDFLAGS = \ + $(top_builddir)/src/block/$(GN_PLUGIN_LDFLAGS) + + #check_PROGRAMS = \ # test_XXX -- cgit v1.2.3