diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-10-04T01·01-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-10-04T01·01-0400 |
commit | d1de83693821c0cc46810e835509a89b46311d4a (patch) | |
tree | 87a78b49e4bcbe5595b221f851b76fd56b51106a | |
parent | f766e146f484a10e0bfd3f29b1ba59cc38007b63 (diff) |
Fix the tarball build
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c97d0e266cd7..9705e2209075 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = src perl scripts corepkgs doc misc tests EXTRA_DIST = substitute.mk nix.spec nix.spec.in bootstrap.sh \ - NEWS version misc/systemd/nix-worker.service + NEWS version misc/systemd/nix-daemon.service pkginclude_HEADERS = config.h |