diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-07T16·15+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-07T16·36+0100 |
commit | 7fab23e237b36a7ca2df6f34eb5febe4c851db42 (patch) | |
tree | 205de677f6adc2fe4d1f42e9bc12ef9f13220cc4 /local.mk | |
parent | 764d90597a2ef9f5f5a5041993b728e020fb08b0 (diff) |
Install header files
Diffstat (limited to 'local.mk')
-rw-r--r-- | local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/local.mk b/local.mk index 5cdba4d332ef..318710479c10 100644 --- a/local.mk +++ b/local.mk @@ -5,3 +5,5 @@ endif 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))) |