diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-04 22:46:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-04 22:46:37 +0200 |
commit | ff80148c77127ad4c08700aef545c4a5202f6e35 (patch) | |
tree | d8d661e10d2acbbc4c661819e259351fb19cdcd4 | |
parent | Drop stale gentoo-local.service. (diff) | |
download | gentoo-systemd-integration-ff80148c77127ad4c08700aef545c4a5202f6e35.tar.gz gentoo-systemd-integration-ff80148c77127ad4c08700aef545c4a5202f6e35.tar.bz2 gentoo-systemd-integration-ff80148c77127ad4c08700aef545c4a5202f6e35.zip |
Use SYSTEMD_SYSTEMGENERATORDIR.
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.ac | 1 |
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]) |