Makefile.am   Makefile.am 
skipping to change at line 24 skipping to change at line 24
pkgcfg_DATA = \ pkgcfg_DATA = \
dns.conf dns.conf
if LINUX if LINUX
HIJACKBIN = gnunet-helper-dns HIJACKBIN = gnunet-helper-dns
install-exec-hook: install-exec-hook:
$(SUDO_BINARY) chown root $(bindir)/gnunet-helper-dns || true $(SUDO_BINARY) chown root $(bindir)/gnunet-helper-dns || true
$(SUDO_BINARY) chgrp $(GNUNETDNS_GROUP) $(bindir)/gnunet-helper-dns || true $(SUDO_BINARY) chgrp $(GNUNETDNS_GROUP) $(bindir)/gnunet-helper-dns || true
$(SUDO_BINARY) chmod 4750 $(bindir)/gnunet-helper-dns || true $(SUDO_BINARY) chmod 4750 $(bindir)/gnunet-helper-dns || true
$(SUDO_BINARY) chgrp $(GNUNETDNS_GROUP) $(bindir)/gnunet-service-dns || true $(SUDO_BINARY) chown gnunet:$(GNUNETDNS_GROUP) $(bindir)/gnunet-serv ice-dns || true
$(SUDO_BINARY) chmod 2750 $(bindir)/gnunet-service-dns || true $(SUDO_BINARY) chmod 2750 $(bindir)/gnunet-service-dns || true
else else
install-exec-hook: install-exec-hook:
endif endif
lib_LTLIBRARIES = \ lib_LTLIBRARIES = \
libgnunetdnsparser.la \ libgnunetdnsparser.la \
libgnunetdns.la libgnunetdns.la
bin_PROGRAMS = \ bin_PROGRAMS = \
gnunet-service-dns $(HIJACKBIN) gnunet-service-dns $(HIJACKBIN)
noinst_PROGRAMS = \ noinst_PROGRAMS = \
gnunet-dns-monitor gnunet-dns-redirector gnunet-dns-monitor gnunet-dns-redirector
plugin_LTLIBRARIES = \ plugin_LTLIBRARIES = \
libgnunet_plugin_block_dns.la libgnunet_plugin_block_dns.la
if LINUX
check_SCRIPTS = \ check_SCRIPTS = \
test_gnunet_dns.sh test_gnunet_dns.sh
endif
gnunet_helper_dns_SOURCES = \ gnunet_helper_dns_SOURCES = \
gnunet-helper-dns.c gnunet-helper-dns.c
gnunet_dns_monitor_SOURCES = \ gnunet_dns_monitor_SOURCES = \
gnunet-dns-monitor.c gnunet-dns-monitor.c
gnunet_dns_monitor_LDADD = \ gnunet_dns_monitor_LDADD = \
$(top_builddir)/src/dns/libgnunetdnsparser.la \ $(top_builddir)/src/dns/libgnunetdnsparser.la \
$(top_builddir)/src/dns/libgnunetdns.la \ $(top_builddir)/src/dns/libgnunetdns.la \
$(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/util/libgnunetutil.la \
 End of changes. 3 change blocks. 
1 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/