build: Add missing -I flag for the daemon.

* daemon.am (libstore_a_CPPFLAGS): Add missing -I, for schema.sql.hh.
master
Ludovic Courtès 2013-02-19 22:58:56 +01:00
parent b8d2aa264d
commit 0442d34595
1 changed files with 1 additions and 0 deletions

View File

@ -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\" \