1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

* ADDITIONAL_NETWORK_LIBS -> LIBS.

This commit is contained in:
Eelco Dolstra 2010-02-24 12:25:48 +00:00
parent fa6a4fcb11
commit fae0427324
7 changed files with 7 additions and 9 deletions

View file

@ -3,7 +3,7 @@ bin_PROGRAMS = nix-env
nix_env_SOURCES = nix-env.cc profiles.cc profiles.hh help.txt
nix_env_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \
../libstore/libstore.la ../libutil/libutil.la \
../boost/format/libformat.la ${aterm_lib} ${sqlite_lib} @ADDITIONAL_NETWORK_LIBS@
../boost/format/libformat.la ${aterm_lib} ${sqlite_lib}
nix-env.o: help.txt.hh