1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
This commit is contained in:
Eelco Dolstra 2006-12-02 15:46:17 +00:00
parent 536595b072
commit 30bf547f4f

View file

@ -1,6 +1,6 @@
libexec_PROGRAMS = nix-worker
nix_worker_SOURCES = main.cc
nix_worker_SOURCES = main.cc help.txt
nix_worker_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \
../boost/format/libformat.la ${bdb_lib} ${aterm_lib}