mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
* Build dynamic libraries.
This commit is contained in:
parent
1a67154d41
commit
4c20a08293
11 changed files with 27 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
noinst_LIBRARIES = libexpr.a
|
||||
lib_LTLIBRARIES = libexpr.la
|
||||
|
||||
libexpr_a_SOURCES = nixexpr.cc nixexpr.hh parser.cc parser.hh \
|
||||
libexpr_la_SOURCES = nixexpr.cc nixexpr.hh parser.cc parser.hh \
|
||||
eval.cc eval.hh primops.cc \
|
||||
lexer-tab.c lexer-tab.h parser-tab.c parser-tab.h \
|
||||
nixexpr-ast.hh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue