mirror of
https://github.com/NixOS/nix
synced 2025-07-12 14:55:09 +02:00
Install header files
This commit is contained in:
parent
764d90597a
commit
7fab23e237
2 changed files with 3 additions and 0 deletions
2
local.mk
2
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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue