From f4b60f5f6be0908b8bb19c1f2156ca48c9ac0cb3 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 15 Jan 2013 00:03:47 +0100 Subject: 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 . --- daemon.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/daemon.am b/daemon.am index b1265b370a..e314e4d222 100644 --- a/daemon.am +++ b/daemon.am @@ -1,5 +1,5 @@ # GNU Guix --- Functional package management for GNU -# Copyright © 2012 Ludovic Courtès +# Copyright © 2012, 2013 Ludovic Courtès # # This file is part of GNU Guix. # @@ -55,14 +55,12 @@ libformat_a_CPPFLAGS = \ libutil_a_SOURCES = \ nix/libutil/archive.cc \ nix/libutil/serialise.cc \ - nix/libutil/immutable.cc \ nix/libutil/util.cc \ nix/libutil/xml-writer.cc \ nix/libutil/hash.cc \ nix/libutil/gcrypt-hash.cc libutil_headers = \ - nix/libutil/immutable.hh \ nix/libutil/hash.hh \ nix/libutil/serialise.hh \ nix/libutil/xml-writer.hh \ -- cgit v1.2.3