build: Add missing -I flag for the daemon.
* daemon.am (libstore_a_CPPFLAGS): Add missing -I, for schema.sql.hh.
This commit is contained in:
parent
353283bbe9
commit
a8a0aa49f9
|
@ -105,6 +105,7 @@ libstore_headers = \
|
||||||
libstore_a_CPPFLAGS = \
|
libstore_a_CPPFLAGS = \
|
||||||
$(libutil_a_CPPFLAGS) \
|
$(libutil_a_CPPFLAGS) \
|
||||||
-I$(top_srcdir)/nix/libstore \
|
-I$(top_srcdir)/nix/libstore \
|
||||||
|
-I$(top_builddir)/nix/libstore \
|
||||||
-DNIX_STORE_DIR=\"$(storedir)\" \
|
-DNIX_STORE_DIR=\"$(storedir)\" \
|
||||||
-DNIX_DATA_DIR=\"$(datadir)\" \
|
-DNIX_DATA_DIR=\"$(datadir)\" \
|
||||||
-DNIX_STATE_DIR=\"$(localstatedir)/nix\" \
|
-DNIX_STATE_DIR=\"$(localstatedir)/nix\" \
|
||||||
|
|
Loading…
Reference in New Issue