diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-07-19 21:58:11 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-19 21:58:11 +0200 |
commit | 54faf17440aee57b90737c10436beb6cc1de5778 (patch) | |
tree | 406ab7fd9b0346e80552672eb7dc66e12daf4732 /daemon.am | |
parent | 66c8ea47387e28624168f3c6e3c3d17d4127f7ce (diff) | |
download | guix-54faf17440aee57b90737c10436beb6cc1de5778.tar guix-54faf17440aee57b90737c10436beb6cc1de5778.tar.gz |
build: Do not distribute the daemon's 'schema.sql.hh' file.
* daemon.am (libstore_headers): Remove nix/libstore/schema.sql.hh.
Diffstat (limited to 'daemon.am')
-rw-r--r-- | daemon.am | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -93,7 +93,6 @@ libstore_headers = \ nix/libstore/references.hh \ nix/libstore/pathlocks.hh \ nix/libstore/globals.hh \ - nix/libstore/schema.sql.hh \ nix/libstore/worker-protocol.hh \ nix/libstore/remote-store.hh \ nix/libstore/derivations.hh \ |