mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
Install headers in the correct location
This commit is contained in:
parent
a2628b43bb
commit
0a4e911cf4
3 changed files with 10 additions and 1 deletions
|
@ -36,3 +36,6 @@ clean-files += $(d)/parser-tab.cc $(d)/parser-tab.hh $(d)/lexer-tab.cc $(d)/lexe
|
|||
dist-files += $(d)/parser-tab.cc $(d)/parser-tab.hh $(d)/lexer-tab.cc $(d)/lexer-tab.hh
|
||||
|
||||
$(eval $(call install-file-in, $(d)/nix-expr.pc, $(prefix)/lib/pkgconfig, 0644))
|
||||
|
||||
$(foreach i, $(wildcard src/libexpr/flake/*.hh), \
|
||||
$(eval $(call install-file-in, $(i), $(includedir)/nix/flake, 0644)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue