summaryrefslogtreecommitdiff
path: root/daemon.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-02-19 22:58:56 +0100
committerLudovic Courtès <ludo@gnu.org>2013-02-27 20:55:41 +0100
commita8a0aa49f97769a08667c809b13df01ca4adad53 (patch)
tree11baae396eae76fb2c3608db05874ecda9b31a09 /daemon.am
parent353283bbe99fdb458b2e6bf03bb6c62344e29cfe (diff)
downloadguix-patches-a8a0aa49f97769a08667c809b13df01ca4adad53.tar
guix-patches-a8a0aa49f97769a08667c809b13df01ca4adad53.tar.gz
build: Add missing -I flag for the daemon.
* daemon.am (libstore_a_CPPFLAGS): Add missing -I, for schema.sql.hh.
Diffstat (limited to 'daemon.am')
-rw-r--r--daemon.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon.am b/daemon.am
index e314e4d222..0c9bc9fb69 100644
--- a/daemon.am
+++ b/daemon.am
@@ -105,6 +105,7 @@ libstore_headers = \
libstore_a_CPPFLAGS = \
$(libutil_a_CPPFLAGS) \
-I$(top_srcdir)/nix/libstore \
+ -I$(top_builddir)/nix/libstore \
-DNIX_STORE_DIR=\"$(storedir)\" \
-DNIX_DATA_DIR=\"$(datadir)\" \
-DNIX_STATE_DIR=\"$(localstatedir)/nix\" \