forked from lix-project/lix
d1b3ca0b4a
They now get a correct RPATH.
8 lines
154 B
Makefile
8 lines
154 B
Makefile
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
|