aboutsummaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
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 = \