From: Christian Grothoff Date: Mon, 5 Nov 2012 17:43:37 +0000 (+0000) Subject: -put fcfsd into libexec X-Git-Tag: initial-import-from-subversion-38251~11006 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3da17928b7320f1fe030f02de1edd8897aad6ac3;p=oweals%2Fgnunet.git -put fcfsd into libexec --- diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 030529d2a..8a3f2ac4e 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -53,10 +53,9 @@ endif endif libexec_PROGRAMS = \ - gnunet-service-gns + gnunet-service-gns $(DO_FCFSD) bin_PROGRAMS = \ - $(DO_FCFSD) \ $(DO_PROXY) \ $(DO_W32_HELPER) \ $(DO_W32_NSPTOOLS) \