* Refactoring: move the user environment stuff into its own module.
This commit is contained in:
parent
5c31995bb8
commit
b7ff69eb7c
4 changed files with 47 additions and 20 deletions
|
|
@ -1,6 +1,7 @@
|
|||
bin_PROGRAMS = nix-env
|
||||
|
||||
nix_env_SOURCES = nix-env.cc profiles.cc profiles.hh help.txt
|
||||
nix_env_SOURCES = nix-env.cc profiles.cc user-env.cc profiles.hh help.txt
|
||||
|
||||
nix_env_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \
|
||||
../libstore/libstore.la ../libutil/libutil.la \
|
||||
../boost/format/libformat.la ${aterm_lib} @ADDITIONAL_NETWORK_LIBS@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue