diff options
Diffstat (limited to 'src/dns/Makefile.am')
-rw-r--r-- | src/dns/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am index 45107304b..f8672d55e 100644 --- a/src/dns/Makefile.am +++ b/src/dns/Makefile.am | |||
@@ -83,10 +83,6 @@ libgnunet_plugin_block_dns_la_LIBADD = \ | |||
83 | $(top_builddir)/src/block/libgnunetblockgroup.la \ | 83 | $(top_builddir)/src/block/libgnunetblockgroup.la \ |
84 | $(top_builddir)/src/block/libgnunetblock.la \ | 84 | $(top_builddir)/src/block/libgnunetblock.la \ |
85 | $(top_builddir)/src/util/libgnunetutil.la | 85 | $(top_builddir)/src/util/libgnunetutil.la |
86 | libgnunet_plugin_block_dns_la_DEPENDENCIES = \ | ||
87 | $(top_builddir)/src/block/libgnunetblockgroup.la \ | ||
88 | $(top_builddir)/src/block/libgnunetblock.la \ | ||
89 | $(top_builddir)/src/util/libgnunetutil.la | ||
90 | libgnunet_plugin_block_dns_la_LDFLAGS = \ | 86 | libgnunet_plugin_block_dns_la_LDFLAGS = \ |
91 | $(GN_LIBINTL) \ | 87 | $(GN_LIBINTL) \ |
92 | $(top_builddir)/src/block/$(GN_PLUGIN_LDFLAGS) | 88 | $(top_builddir)/src/block/$(GN_PLUGIN_LDFLAGS) |
@@ -99,5 +95,3 @@ endif | |||
99 | 95 | ||
100 | EXTRA_DIST = \ | 96 | EXTRA_DIST = \ |
101 | $(check_SCRIPTS) | 97 | $(check_SCRIPTS) |
102 | |||
103 | |||