diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-02-06T14·57+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-02-06T14·57+0000 |
commit | 7c0fa4474f0010f8266b85e891ca6049595ecb32 (patch) | |
tree | 86caef14ea29261fd3d9ebf77dc245adfc6c6729 /src/nix-env/Makefile.am | |
parent | 7abf9911d997b241f1e6b58805140fbfe1f2771d (diff) |
* More refactoring.
Diffstat (limited to 'src/nix-env/Makefile.am')
-rw-r--r-- | src/nix-env/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nix-env/Makefile.am b/src/nix-env/Makefile.am index bb418ae06c10..e4b03943c5bd 100644 --- a/src/nix-env/Makefile.am +++ b/src/nix-env/Makefile.am @@ -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 \ |