blob: c149c13f73b2ab9cc6a611b943f606bbf371072b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
SUBDIRS = format
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
|