summaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorCarlo von lynX <lynX@time.to.get.psyced.org>2015-09-30 20:15:37 +0000
committerCarlo von lynX <lynX@time.to.get.psyced.org>2015-09-30 20:15:37 +0000
commite2f70a2f9fa099e3ce0e7451028bea8c373522a6 (patch)
treec4243c8c8e8cc8e01fb87aba489bab6ea715e8c5 /src/nat/Makefile.am
parented4ed16a253da94fc7d647f299a12bccd62fa3ec (diff)
downloadgnunet-e2f70a2f9fa099e3ce0e7451028bea8c373522a6.tar.gz
gnunet-e2f70a2f9fa099e3ce0e7451028bea8c373522a6.zip
DESTDIR fix in Makefiles needed by distro packagers
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 0fde4c22d..5e89ac24d 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -20,14 +20,14 @@ if LINUX
20 NATSERVER = gnunet-helper-nat-server.c 20 NATSERVER = gnunet-helper-nat-server.c
21 NATCLIENT = gnunet-helper-nat-client.c 21 NATCLIENT = gnunet-helper-nat-client.c
22install-exec-hook: 22install-exec-hook:
23 $(top_srcdir)/src/nat/install-nat-helper.sh $(libexecdir) $(SUDO_BINARY) || true 23 $(top_srcdir)/src/nat/install-nat-helper.sh $(DESTDIR)$(libexecdir) $(SUDO_BINARY) || true
24else 24else
25if XFREEBSD 25if XFREEBSD
26 NATBIN = gnunet-helper-nat-server gnunet-helper-nat-client 26 NATBIN = gnunet-helper-nat-server gnunet-helper-nat-client
27 NATSERVER = gnunet-helper-nat-server.c 27 NATSERVER = gnunet-helper-nat-server.c
28 NATCLIENT = gnunet-helper-nat-client.c 28 NATCLIENT = gnunet-helper-nat-client.c
29install-exec-hook: 29install-exec-hook:
30 $(top_srcdir)/src/nat/install-nat-helper.sh $(libexecdir) $(SUDO_BINARY) || true 30 $(top_srcdir)/src/nat/install-nat-helper.sh $(DESTDIR)$(libexecdir) $(SUDO_BINARY) || true
31endif 31endif
32else 32else
33install-exec-hook: 33install-exec-hook: