summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--daemon.am4
1 files changed, 1 insertions, 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 <ludo@gnu.org>
+# Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
 #
 # 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			\