Install missing Boost headers

http://hydra.nixos.org/build/9328376
This commit is contained in:
Eelco Dolstra 2014-03-05 11:11:24 +01:00
parent 3a86888fd7
commit f7e077ad27
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ dist-files += configure config.h.in nix.spec
GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
$(foreach i, config.h $(call rwildcard, src/lib*, *.hh), $(eval $(call install-file-in, $(i), $(includedir)/nix, 0644)))
$(foreach i, config.h $(call rwildcard, src/boost, *.hpp), $(eval $(call install-file-in, $(i), $(includedir)/nix/$(patsubst src/%/,%,$(dir $(i))), 0644)))