diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-02-19 22:58:56 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-02-19 22:58:56 +0100 |
commit | 0442d3459559df7f1f4ab1f0ca2077cb070dea41 (patch) | |
tree | 046c6cd8eb44baa6957d83adde9e58636b920a23 /daemon.am | |
parent | b8d2aa264de4ebff472698347588f36ed6d4a3e8 (diff) | |
download | patches-0442d3459559df7f1f4ab1f0ca2077cb070dea41.tar patches-0442d3459559df7f1f4ab1f0ca2077cb070dea41.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.am | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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\" \ |