From 0442d3459559df7f1f4ab1f0ca2077cb070dea41 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 19 Feb 2013 22:58:56 +0100 Subject: build: Add missing -I flag for the daemon. * daemon.am (libstore_a_CPPFLAGS): Add missing -I, for schema.sql.hh. --- daemon.am | 1 + 1 file changed, 1 insertion(+) 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\" \ -- cgit v1.2.3