about summary refs log tree commit diff
path: root/src/nix-env/local.mk
blob: 5a38d2fb76af56dd6e2cfd29a37a22863fc4be45 (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