about summary refs log tree commit diff
path: root/src/nix-env/Makefile
blob: 04545231caf32c9ce5f991fbb82ed24899795f91 (plain) (blame)
1
2
3
4
5
6
7
PROGRAMS += nix-env

nix-env_DIR := $(d)

nix-env_SOURCES = nix-env.cc profiles.cc user-env.cc

nix-env_LIBS = libexpr libmain libstore libutil libformat