From 232d359cbb7a6a9381c0583798e1e0355bd1fb34 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 6 May 2015 11:02:51 +0900 Subject: [PATCH] Add nghttpx.service to distribution --- contrib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 6727a846..8f12126f 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -21,7 +21,7 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -EXTRA_DIST = nghttpx-init.in nghttpx-logrotate +EXTRA_DIST = nghttpx-init.in nghttpx.service nghttpx-logrotate edit = sed -e 's|@bindir[@]|$(bindir)|g'