aboutsummaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-22 23:38:31 +0000
committerng0 <ng0@n0.is>2019-11-22 23:38:31 +0000
commit00ddb1c1d483f8d870ed2293bf14da6b7b9259a1 (patch)
tree50e3d10bb95f99e1f9c63a85df5c548e4af6e113 /src/exit/Makefile.am
parentf4690d7c8e707e4777eac03f7410337b9f26df30 (diff)
downloadgnunet-00ddb1c1d483f8d870ed2293bf14da6b7b9259a1.tar.gz
gnunet-00ddb1c1d483f8d870ed2293bf14da6b7b9259a1.zip
exit: initial (very rough, builds) *BSD support - to the point
where the Linux specific binaries would still be used, thus marked as experimental.
Diffstat (limited to 'src/exit/Makefile.am')
-rw-r--r--src/exit/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index c0323d0d6..811761ed0 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -17,6 +17,12 @@ dist_pkgcfg_DATA = \
17if LINUX 17if LINUX
18EXITBIN = gnunet-helper-exit 18EXITBIN = gnunet-helper-exit
19endif 19endif
20# For testing purposes:
21if HAVE_EXPERIMENTAL
22if XBSD
23EXITBIN = gnunet-helper-exit
24endif
25endif
20 26
21 27
22libexec_PROGRAMS = \ 28libexec_PROGRAMS = \