diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-14 00:22:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-14 00:22:47 +0200 |
commit | a2ff477f6775dcff74e32f7d0221b1b11376e84c (patch) | |
tree | 9b1dcab982609be41fbe80b57d50b650d617f1c6 /Makefile.am | |
parent | 32159d3a94c6ef00555546e1caef2eacad62310a (diff) |
units: add generic description for http-daemon.target
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e1fe9e657f..55b6dc8519 100644 --- a/Makefile.am +++ b/Makefile.am @@ -129,6 +129,7 @@ dist_systemunit_DATA = \ units/network.target \ units/nss-lookup.target \ units/mail-transfer-agent.target \ + units/http-daemon.target \ units/poweroff.target \ units/reboot.target \ units/rescue.target \ |