1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 17:51:15 +02:00
This commit is contained in:
Eelco Dolstra 2010-04-27 09:05:11 +00:00
parent 2be6118f4c
commit c82782f9a5

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 \