From 351782e2f1b1f82b91bbb2af0b9735c930645488 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 6 Dec 2012 00:04:00 +0100 Subject: build: Add missing daemon header to the distribution. * daemon.am (guix_daemon_headers): New variable. (noinst_HEADERS): Add it. --- daemon.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'daemon.am') diff --git a/daemon.am b/daemon.am index 8c2c22dd88..b2c0e649eb 100644 --- a/daemon.am +++ b/daemon.am @@ -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 \ -- cgit v1.2.3