From 40b3f64b55f98e03b3173541b8d94cd924099223 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 30 Nov 2006 19:19:59 +0000 Subject: * Skeleton of the privileged worker program. * Some refactoring: put the NAR archive integer/string serialisation code in a separate file so it can be reused by the worker protocol implementation. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b5c0e61b590c..8267cc83cea0 100644 --- a/configure.ac +++ b/configure.ac @@ -266,6 +266,7 @@ AC_CONFIG_FILES([Makefile src/libexpr/Makefile src/nix-instantiate/Makefile src/nix-env/Makefile + src/nix-worker/Makefile src/nix-log2xml/Makefile src/bsdiff-4.3/Makefile scripts/Makefile -- cgit 1.4.1