This commit is contained in:
Eelco Dolstra 2010-04-27 09:05:11 +00:00
parent 2be6118f4c
commit c82782f9a5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
bin_PROGRAMS = nix-env
nix_env_SOURCES = nix-env.cc profiles.cc user-env.cc profiles.hh help.txt
nix_env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh help.txt
nix_env_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \
../libstore/libstore.la ../libutil/libutil.la \