mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
* Install header files in /nix/include/nix.
This commit is contained in:
parent
4be5443882
commit
e5a6c09b12
5 changed files with 25 additions and 14 deletions
|
@ -5,7 +5,10 @@ libexpr_la_SOURCES = nixexpr.cc nixexpr.hh \
|
|||
lexer-tab.cc lexer-tab.hh parser-tab.cc parser-tab.hh \
|
||||
get-drvs.cc get-drvs.hh \
|
||||
attr-path.cc attr-path.hh \
|
||||
expr-to-xml.cc expr-to-xml.hh
|
||||
expr-to-xml.cc expr-to-xml.hh
|
||||
|
||||
libexpr_la_LIBADD = ../libutil/libutil.la ../libstore/libstore.la \
|
||||
../boost/format/libformat.la
|
||||
|
||||
BUILT_SOURCES = nixexpr-ast.cc nixexpr-ast.hh \
|
||||
parser-tab.hh lexer-tab.hh parser-tab.cc lexer-tab.cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue