X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdns%2FMakefile.am;h=17be841f531671ef5ac3115aff49cd33cc921df4;hb=dfcab34c5af80c0068299bacb16ffc461bf3c1ad;hp=8082cbab5f77ba8a30153ef9e69e0597ec896525;hpb=0935fec17e8ab5a3b0f39fbbfccc3679aa1db79f;p=oweals%2Fgnunet.git diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am index 8082cbab5..17be841f5 100644 --- a/src/dns/Makefile.am +++ b/src/dns/Makefile.am @@ -14,25 +14,8 @@ plugindir = $(libdir)/gnunet pkgcfg_DATA = \ dns.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 HIJACKBIN = gnunet-helper-dns -install-exec-hook: - chown root $(DESTDIR)$(libexecdir)/gnunt-helper-dns - chgrp $(GNUNETDNS_GROUP) $(DESTDIR)$(libexecdir)/gnunt-helper-dns - chmod 4750 $(DESTDIR)$(libexecdir)/gnunt-helper-dns - chgrp $(GNUNETDNS_GROUP) $(DESTDIR)$(libexecdir)/gnunt-helper-dns - chown gnunet:$(GNUNETDNS_GROUP) $(DESTDIR)$(libexecdir)/gnunt-helper-dns - chmod 2750 $(DESTDIR)$(libexecdir)/gnunt-helper-dns -else -install-exec-hook: endif lib_LTLIBRARIES = \ @@ -90,6 +73,7 @@ libgnunetdns_la_SOURCES = \ libgnunetdns_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la $(XLIB) libgnunetdns_la_LDFLAGS = \ + $(GN_LIBINTL) \ $(GN_LIB_LDFLAGS) \ -version-info 0:0:0 @@ -99,6 +83,7 @@ libgnunet_plugin_block_dns_la_LIBADD = \ $(top_builddir)/src/block/libgnunetblockgroup.la \ $(top_builddir)/src/util/libgnunetutil.la libgnunet_plugin_block_dns_la_LDFLAGS = \ + $(GN_LIBINTL) \ $(top_builddir)/src/block/$(GN_PLUGIN_LDFLAGS)