mirror of
https://github.com/NixOS/nix
synced 2025-07-01 12:37:59 +02:00
* ADDITIONAL_NETWORK_LIBS -> LIBS.
This commit is contained in:
parent
fa6a4fcb11
commit
fae0427324
7 changed files with 7 additions and 9 deletions
|
@ -2,7 +2,7 @@ bin_PROGRAMS = nix-hash
|
|||
|
||||
nix_hash_SOURCES = nix-hash.cc help.txt
|
||||
nix_hash_LDADD = ../libmain/libmain.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-hash.o: help.txt.hh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue