ui: Ignore SIGPIPE and catch `system-error' exceptions.
[jackhill/guix/guix.git] / daemon.am
index 0c9bc9f..069700b 100644 (file)
--- a/daemon.am
+++ b/daemon.am
@@ -115,7 +115,7 @@ libstore_a_CPPFLAGS =                               \
   -DNIX_BIN_DIR=\"$(bindir)\"                  \
   -DOPENSSL_PATH="\"openssl\""
 
-libstore_a_CFLAGS =                            \
+libstore_a_CXXFLAGS =                          \
   $(SQLITE3_CFLAGS) $(LIBGCRYPT_CFLAGS)
 
 bin_PROGRAMS = guix-daemon
@@ -159,7 +159,8 @@ nix/libstore/schema.sql.hh: nix/libstore/schema.sql
                   (write (get-string-all in) out)))))"
 
 nodist_pkglibexec_SCRIPTS =                    \
-  nix/scripts/list-runtime-roots
+  nix/scripts/list-runtime-roots               \
+  nix/scripts/substitute-binary
 
 EXTRA_DIST +=                                  \
   nix/sync-with-upstream                       \