about summary refs log tree commit diff
path: root/src/boost/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-09-04T22·41+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-09-04T22·41+0000
commite5a6c09b12a9a68ba604d4e95adf28482ae8fc8d (patch)
treefd119dc9b9b7fac8a91e051c9141ecdb21540f44 /src/boost/Makefile.am
parent4be5443882cfbe7c2aa09b1c373c220400a5133f (diff)
* Install header files in /nix/include/nix.
Diffstat (limited to 'src/boost/Makefile.am')
-rw-r--r--src/boost/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/boost/Makefile.am b/src/boost/Makefile.am
index 9fc27cc7eca5..c149c13f73b2 100644
--- a/src/boost/Makefile.am
+++ b/src/boost/Makefile.am
@@ -1,6 +1,8 @@
 SUBDIRS = format
 
-EXTRA_DIST = assert.hpp checked_delete.hpp format.hpp \
+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