summaryrefslogtreecommitdiff
path: root/daemon.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-24 23:38:39 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-24 23:50:55 +0200
commit931c132a58d86287d7a73964f9731a3b578538cc (patch)
tree38dd8c2d521cf6fe0dce4641a09013cca70c4f8e /daemon.am
parent054e85761fc0743ebe957f759f3e6b46739d5a68 (diff)
downloadguix-931c132a58d86287d7a73964f9731a3b578538cc.tar.gz
guix-931c132a58d86287d7a73964f9731a3b578538cc.tar.xz
doc: Make sure out-of-source-tree builds find os-config.tmpl.
* Makefile.am (BUILT_SOURCES): New variable. * daemon.am (BUILT_SOURCES): Use +=. * doc.am (BUILT_SOURCES, MAINTAINERCLEANFILES, EXTRA_DIST): Add doc/os-config.texi. (doc/os-config.texi): New target. * doc/guix.texi (System Installation): Include os-config.texi.
Diffstat (limited to 'daemon.am')
-rw-r--r--daemon.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.am b/daemon.am
index b0a6d48873..fb662b1b14 100644
--- a/daemon.am
+++ b/daemon.am
@@ -20,7 +20,7 @@
# Integration of the `guix-daemon' code taken from upstream Nix.
#
-BUILT_SOURCES = nix/libstore/schema.sql.hh
+BUILT_SOURCES += nix/libstore/schema.sql.hh
CLEANFILES += $(BUILT_SOURCES)
noinst_LIBRARIES = libformat.a libutil.a libstore.a