diff options
author | Michel Alexandre Salim <michel@sylvestre.me> | 2012-05-30T01·31+0700 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-05-31T12·59-0400 |
commit | 221626e7155c184d34c1e43ade92462b45c3992f (patch) | |
tree | 733f9a47a99979defc9ee38f4bc8936a1b36158e /Makefile.am | |
parent | a7ed1f67ee5dbbdbe45e15e6461b5f7c886747d8 (diff) |
fixes to nix-worker systemd service descriptor: - remove commented-out lines - register the file for distribution in Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4bbd952b9889..f50cdf19b216 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 \ - nix.conf.example NEWS version + nix.conf.example NEWS version misc/systemd/nix-worker.service pkginclude_HEADERS = config.h |