diff options
Diffstat (limited to 'src/nix-worker/Makefile.am')
-rw-r--r-- | src/nix-worker/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/nix-worker/Makefile.am b/src/nix-worker/Makefile.am index b6094a2a038c..6b1b2827cbf7 100644 --- a/src/nix-worker/Makefile.am +++ b/src/nix-worker/Makefile.am @@ -1,14 +1,9 @@ bin_PROGRAMS = nix-worker -nix_worker_SOURCES = nix-worker.cc help.txt +nix_worker_SOURCES = nix-worker.cc nix_worker_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \ ../boost/format/libformat.la -nix-worker.o: help.txt.hh - -%.txt.hh: %.txt - ../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1) - AM_CXXFLAGS = \ -I$(srcdir)/.. -I$(srcdir)/../libutil \ -I$(srcdir)/../libstore -I$(srcdir)/../libmain |