build: Add missing daemon header to the distribution.

* daemon.am (guix_daemon_headers): New variable.
  (noinst_HEADERS): Add it.
This commit is contained in:
Ludovic Courtès 2012-12-06 00:04:00 +01:00
parent d8eea3d2bc
commit 351782e2f1
1 changed files with 4 additions and 1 deletions

View File

@ -133,9 +133,12 @@ guix_daemon_LDADD = \
libstore.a libutil.a libformat.a -lbz2 \
$(SQLITE3_LIBS) $(LIBGCRYPT_LIBS)
guix_daemon_headers = \
nix/nix-daemon/shared.hh
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
$(GUILE) --no-auto-compile -c \