about summary refs log tree commit diff
path: root/src/boost
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-01-09T15·53+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-01-09T15·53+0100
commitb4c684e0f9c6890e13f9a5cc90b5e379b3d1f75d (patch)
tree1725a8dfe010d2587fcf3b1c3f930bbdacaea8a6 /src/boost
parent568b1b0a8a65cb255d6a7a33dfe2c15df3212103 (diff)
Update Makefiles
Diffstat (limited to 'src/boost')
-rw-r--r--src/boost/Makefile.am8
-rw-r--r--src/boost/format/Makefile2
2 files changed, 1 insertions, 9 deletions
diff --git a/src/boost/Makefile.am b/src/boost/Makefile.am
deleted file mode 100644
index 8b5aa25fb5..0000000000
--- a/src/boost/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-SUBDIRS = format
-
-nobase_pkginclude_HEADERS = assert.hpp checked_delete.hpp format.hpp \
- shared_ptr.hpp weak_ptr.hpp throw_exception.hpp \
- enable_shared_from_this.hpp \
- detail/shared_count.hpp detail/workaround.hpp
-
-pkgincludedir = ${includedir}/nix/boost
diff --git a/src/boost/format/Makefile b/src/boost/format/Makefile
index b60a2ea4fb..17897fa590 100644
--- a/src/boost/format/Makefile
+++ b/src/boost/format/Makefile
@@ -4,4 +4,4 @@ libformat_NAME = libnixformat
 
 libformat_DIR := $(d)
 
-libformat_SOURCES = format_implementation.cc free_funcs.cc parsing.cc
+libformat_SOURCES := $(wildcard $(d)/*.cc)