From e35d6f78dc797150451f5134833afa0ecdf4a241 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 3 Oct 2012 17:57:20 -0400 Subject: Rename nix-worker to nix-daemon --- src/nix-daemon/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/nix-daemon/Makefile.am (limited to 'src/nix-daemon/Makefile.am') diff --git a/src/nix-daemon/Makefile.am b/src/nix-daemon/Makefile.am new file mode 100644 index 000000000000..b8e9f4a064ad --- /dev/null +++ b/src/nix-daemon/Makefile.am @@ -0,0 +1,12 @@ +bin_PROGRAMS = nix-daemon + +nix_daemon_SOURCES = nix-daemon.cc +nix_daemon_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \ + ../boost/format/libformat.la + +AM_CXXFLAGS = \ + -I$(srcdir)/.. -I$(srcdir)/../libutil \ + -I$(srcdir)/../libstore -I$(srcdir)/../libmain + +install-exec-local: + ln -sf nix-daemon $(DESTDIR)$(bindir)/nix-worker -- cgit 1.4.1