aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-03-22 20:36:25 +0100
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-03-22 20:36:25 +0100
commit85288987ac9b78e2a1617379e4600d6644199e26 (patch)
tree4e35388ab07d99a2a5fd703ddf228f8b96053239
parentd50fd56eea757bb67602b67a441d52989cbcde07 (diff)
downloadgnunet-85288987ac9b78e2a1617379e4600d6644199e26.tar.gz
gnunet-85288987ac9b78e2a1617379e4600d6644199e26.zip
-gnunet-bcd should also work on other unixes
-rw-r--r--src/gns/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index b35836233..3aaa734f2 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -80,9 +80,7 @@ bin_PROGRAMS = \
80noinst_PROGRAMS = \ 80noinst_PROGRAMS = \
81 gnunet-gns-benchmark 81 gnunet-gns-benchmark
82 82
83if LINUX
84bin_PROGRAMS += gnunet-bcd 83bin_PROGRAMS += gnunet-bcd
85endif
86 84
87REST_PLUGIN = libgnunet_plugin_rest_gns.la 85REST_PLUGIN = libgnunet_plugin_rest_gns.la
88 86