about summary refs log tree commit diff
path: root/src/nix-env/local.mk
blob: e80719cd76f71232a4359a2b29e1184836d56efb (plain) (blame)
1
2
3
4
5
6
7
programs += nix-env

nix-env_DIR := $(d)

nix-env_SOURCES := $(wildcard $(d)/*.cc)

nix-env_LIBS = libexpr libmain libstore libutil libformat