diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-01-15 00:03:47 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-15 00:03:47 +0100 |
| commit | f4b60f5f6be0908b8bb19c1f2156ca48c9ac0cb3 (patch) | |
| tree | b17480cad1f8f25343fe196da69173d26254badf /daemon.am | |
| parent | 5b00f53526c6069061545045deaf150762e2eaac (diff) | |
daemon: Remove reference to immutable.{cc,hh}, which no longer exist.
* daemon.am (libutil_a_SOURCES): Remove nix/libutil/immutable.cc.
(libutil_headers): Remove nix/libutil/immutable.hh. These files were
removed in Nix commit def5160 (post 1.2).
Reported by Nikita Karetnikov <nikita@karetnikov.org>.
Diffstat (limited to 'daemon.am')
| -rw-r--r-- | daemon.am | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | # GNU Guix --- Functional package management for GNU | 1 | # GNU Guix --- Functional package management for GNU |
| 2 | # Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | 2 | # Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org> |
| 3 | # | 3 | # |
| 4 | # This file is part of GNU Guix. | 4 | # This file is part of GNU Guix. |
| 5 | # | 5 | # |
| @@ -55,14 +55,12 @@ libformat_a_CPPFLAGS = \ | |||
| 55 | libutil_a_SOURCES = \ | 55 | libutil_a_SOURCES = \ |
| 56 | nix/libutil/archive.cc \ | 56 | nix/libutil/archive.cc \ |
| 57 | nix/libutil/serialise.cc \ | 57 | nix/libutil/serialise.cc \ |
| 58 | nix/libutil/immutable.cc \ | ||
| 59 | nix/libutil/util.cc \ | 58 | nix/libutil/util.cc \ |
| 60 | nix/libutil/xml-writer.cc \ | 59 | nix/libutil/xml-writer.cc \ |
| 61 | nix/libutil/hash.cc \ | 60 | nix/libutil/hash.cc \ |
| 62 | nix/libutil/gcrypt-hash.cc | 61 | nix/libutil/gcrypt-hash.cc |
| 63 | 62 | ||
| 64 | libutil_headers = \ | 63 | libutil_headers = \ |
| 65 | nix/libutil/immutable.hh \ | ||
| 66 | nix/libutil/hash.hh \ | 64 | nix/libutil/hash.hh \ |
| 67 | nix/libutil/serialise.hh \ | 65 | nix/libutil/serialise.hh \ |
| 68 | nix/libutil/xml-writer.hh \ | 66 | nix/libutil/xml-writer.hh \ |
