summaryrefslogtreecommitdiff
path: root/daemon.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-04-04 00:05:08 +0200
committerLudovic Courtès <ludo@gnu.org>2014-04-04 00:05:08 +0200
commit7864504feb54449115e43b6d490f83ae0ca9c349 (patch)
tree1ef58a5c4f59562dfe37139b8df1336f8ed8bef8 /daemon.am
parent06ea5c8f6f398710aef45c3b131c6f03690f0e4c (diff)
downloadguix-7864504feb54449115e43b6d490f83ae0ca9c349.tar.gz
guix-7864504feb54449115e43b6d490f83ae0ca9c349.tar.xz
build: Remove now useless Boost headers.
* daemon.am (libformat_headers): Remove 6 nix/boost files that were removed in Nix commit 1c2550a2ae826c422cf6d34f1c5c3e687474929d.
Diffstat (limited to 'daemon.am')
-rw-r--r--daemon.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/daemon.am b/daemon.am
index 079f8d3fbd..b0a6d48873 100644
--- a/daemon.am
+++ b/daemon.am
@@ -34,10 +34,7 @@ libformat_a_SOURCES = \
nix/boost/format/format_implementation.cc
libformat_headers = \
- nix/boost/weak_ptr.hpp \
nix/boost/throw_exception.hpp \
- nix/boost/checked_delete.hpp \
- nix/boost/shared_ptr.hpp \
nix/boost/format.hpp \
nix/boost/assert.hpp \
nix/boost/format/macros_default.hpp \
@@ -47,10 +44,7 @@ libformat_headers = \
nix/boost/format/group.hpp \
nix/boost/format/feed_args.hpp \
nix/boost/format/internals_fwd.hpp \
- nix/boost/format/internals.hpp \
- nix/boost/detail/workaround.hpp \
- nix/boost/detail/shared_count.hpp \
- nix/boost/enable_shared_from_this.hpp
+ nix/boost/format/internals.hpp
libformat_a_CPPFLAGS = \
-I$(top_srcdir)/nix