This commit is contained in:
Eelco Dolstra 2006-12-02 15:46:17 +00:00
parent 536595b072
commit 30bf547f4f
1 changed files with 1 additions and 1 deletions

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}