Update Makefiles
This commit is contained in:
parent
568b1b0a8a
commit
b4c684e0f9
15 changed files with 18 additions and 29 deletions
|
|
@ -2,6 +2,6 @@ PROGRAMS += nix-env
|
|||
|
||||
nix-env_DIR := $(d)
|
||||
|
||||
nix-env_SOURCES = nix-env.cc profiles.cc user-env.cc
|
||||
nix-env_SOURCES := $(wildcard $(d)/*.cc)
|
||||
|
||||
nix-env_LIBS = libexpr libmain libstore libutil libformat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue