mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Update Makefiles
This commit is contained in:
parent
568b1b0a8a
commit
b4c684e0f9
15 changed files with 18 additions and 29 deletions
|
@ -4,10 +4,7 @@ libexpr_NAME = libnixexpr
|
|||
|
||||
libexpr_DIR := $(d)
|
||||
|
||||
libexpr_SOURCES = \
|
||||
nixexpr.cc eval.cc primops.cc lexer-tab.cc parser-tab.cc \
|
||||
get-drvs.cc attr-path.cc value-to-xml.cc value-to-json.cc \
|
||||
common-opts.cc names.cc
|
||||
libexpr_SOURCES := $(wildcard $(d)/*.cc) $(d)/lexer-tab.cc $(d)/parser-tab.cc
|
||||
|
||||
libexpr_LIBS = libutil libstore libformat
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue