summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-29 21:08:17 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-29 21:08:17 +0200
commitd5dda14fa97b543bf6f77ffbb51c84f6efb15570 (patch)
treeb6912de108644541e2ac576a6ccd258ff98d8906
parent7cff7b9a867359749c0869e00ceaa463f9440d7e (diff)
build-sys: fix make distcheck
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 73d9104..a271a98 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,3 +83,6 @@ man8_MANS = rtkitctl.8
EXTRA_DIST += \
$(man8_MANS)
+
+DISTCHECK_CONFIGURE_FLAGS = \
+ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)