* More refactoring.

This commit is contained in:
Eelco Dolstra 2004-02-06 14:57:10 +00:00
parent 7abf9911d9
commit 7c0fa4474f
4 changed files with 74 additions and 57 deletions

View file

@ -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 \