From 21459e6d7d588865839c45cca4fe7c67806b3054 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 5 Mar 2013 15:50:18 +0100 Subject: [PATCH] build: Fix distcheck'ing of the systemd service file --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 67d3899..a97418e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = dist-bzip2 SUBDIRS = src data tests pam doc po EXTRA_DIST = TODO intltool-extract.in intltool-merge.in intltool-update.in -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-systemdsystemunitdir='$${libdir}/systemd/system-distcheck' all: check create-pot