summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-08-04 22:46:37 +0200
committerMichał Górny <mgorny@gentoo.org>2013-08-04 22:46:37 +0200
commitff80148c77127ad4c08700aef545c4a5202f6e35 (patch)
treed8d661e10d2acbbc4c661819e259351fb19cdcd4
parentDrop stale gentoo-local.service. (diff)
downloadgentoo-systemd-integration-ff80148c77127ad4c08700aef545c4a5202f6e35.tar.gz
gentoo-systemd-integration-ff80148c77127ad4c08700aef545c4a5202f6e35.tar.bz2
gentoo-systemd-integration-ff80148c77127ad4c08700aef545c4a5202f6e35.zip
Use SYSTEMD_SYSTEMGENERATORDIR.
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b91f88c..0e81c9f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,9 +3,6 @@ DISTCHECK_CONFIGURE_FLAGS = \
--with-systemdsystemunitdir=\$${libdir}/systemd/system \
--with-systemdutildir=\$${libdir}/systemd
-# TODO: upstream that?
-systemdsystemgeneratordir = $(systemdutildir)/system-generators
-
dist_tmpfiles_DATA = \
tmpfiles.d/gentoo-run.conf
dist_systemdsystemunit_DATA = \
diff --git a/configure.ac b/configure.ac
index a169ca3..2af3c36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AC_PROG_SED
# https://bitbucket.org/mgorny/systemd-sdk/
SYSTEMD_MISC
SYSTEMD_SYSTEMUNITDIR
+SYSTEMD_SYSTEMGENERATORDIR
SYSTEMD_UTILDIR
AC_CONFIG_FILES([Makefile])