* More refactoring.
This commit is contained in:
parent
7abf9911d9
commit
7c0fa4474f
4 changed files with 74 additions and 57 deletions
|
|
@ -1,6 +1,7 @@
|
|||
bin_PROGRAMS = nix-env
|
||||
|
||||
nix_env_SOURCES = main.cc names.cc names.hh help.txt
|
||||
nix_env_SOURCES = main.cc names.cc names.hh \
|
||||
profiles.cc profiles.hh help.txt
|
||||
nix_env_LDADD = ../libmain/libmain.a ../libexpr/libexpr.a \
|
||||
../libstore/libstore.a ../libutil/libutil.a \
|
||||
../boost/format/libformat.a -L../../externals/inst/lib -ldb_cxx \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue