* Refactoring.

This commit is contained in:
Eelco Dolstra 2004-02-06 14:49:41 +00:00
parent 49bafe1faf
commit 7abf9911d9
4 changed files with 152 additions and 131 deletions

View file

@ -1,6 +1,6 @@
bin_PROGRAMS = nix-env
nix_env_SOURCES = main.cc help.txt
nix_env_SOURCES = main.cc names.cc names.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 \