Skip to content
Snippets Groups Projects
Commit 0442d345 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

build: Add missing -I flag for the daemon.

* daemon.am (libstore_a_CPPFLAGS): Add missing -I, for schema.sql.hh.
parent b8d2aa26
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ libstore_headers = \ ...@@ -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\" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment