aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-08-30 13:00:56 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-08-30 13:00:56 +0000
commite254e84a2fa79fc3003085089387e44fb222c184 (patch)
treeb3c174943a6e844a80b3ff88f5198ea14982d57a /src/nat
parent1fd0d8e9c5bafc23a99cec96d105298210733d5c (diff)
downloadgnunet-e254e84a2fa79fc3003085089387e44fb222c184.tar.gz
gnunet-e254e84a2fa79fc3003085089387e44fb222c184.zip
gnunet-nat-server was not correctly installed
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 3f3f61d8d..97758df62 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -7,13 +7,19 @@ if MINGW
7 NATCLIENT = gnunet-helper-nat-client-windows.c 7 NATCLIENT = gnunet-helper-nat-client-windows.c
8endif 8endif
9 9
10
11if ENABLE_TEST_RUN
12 nattest = $(bindir)/gnunet-nat-server
13endif
14
15
10if LINUX 16if LINUX
11NATBIN = gnunet-helper-nat-server gnunet-helper-nat-client 17NATBIN = gnunet-helper-nat-server gnunet-helper-nat-client
12NATSERVER = gnunet-helper-nat-server.c 18NATSERVER = gnunet-helper-nat-server.c
13NATCLIENT = gnunet-helper-nat-client.c 19NATCLIENT = gnunet-helper-nat-client.c
14install-exec-hook: 20install-exec-hook:
15 chown root:root $(bindir)/gnunet-helper-nat-server $(bindir)/gnunet-helper-nat-client || true 21 chown root:root $(bindir)/gnunet-helper-nat-server $(bindir)/gnunet-helper-nat-client $(nattest) || true
16 chmod u+s $(bindir)/gnunet-helper-nat-server $(bindir)/gnunet-helper-nat-client || true 22 chmod u+s $(bindir)/gnunet-helper-nat-server $(bindir)/gnunet-helper-nat-client $(nattest) || true
17else 23else
18install-exec-hook: 24install-exec-hook:
19endif 25endif