mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
build: Add missing daemon header to the distribution.
* daemon.am (guix_daemon_headers): New variable. (noinst_HEADERS): Add it.
This commit is contained in:
parent
d8eea3d2bc
commit
351782e2f1
1 changed files with 4 additions and 1 deletions
|
@ -133,9 +133,12 @@ guix_daemon_LDADD = \
|
||||||
libstore.a libutil.a libformat.a -lbz2 \
|
libstore.a libutil.a libformat.a -lbz2 \
|
||||||
$(SQLITE3_LIBS) $(LIBGCRYPT_LIBS)
|
$(SQLITE3_LIBS) $(LIBGCRYPT_LIBS)
|
||||||
|
|
||||||
|
guix_daemon_headers = \
|
||||||
|
nix/nix-daemon/shared.hh
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
$(libformat_headers) $(libutil_headers) $(libstore_headers)
|
$(libformat_headers) $(libutil_headers) $(libstore_headers) \
|
||||||
|
$(guix_daemon_headers)
|
||||||
|
|
||||||
nix/libstore/schema.sql.hh: nix/libstore/schema.sql
|
nix/libstore/schema.sql.hh: nix/libstore/schema.sql
|
||||||
$(GUILE) --no-auto-compile -c \
|
$(GUILE) --no-auto-compile -c \
|
||||||
|
|
Loading…
Reference in a new issue