summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-07-29 23:13:04 +0200
committerMichał Górny <mgorny@gentoo.org>2013-07-29 23:13:04 +0200
commit92ed74b2093ba2abf9cc12e128ef36af2ac68653 (patch)
tree3d1dda148f79a3c63bd92bbb19a61475d2c4789c /configure.ac
parentInitiate the boilerplate repository. (diff)
downloadgentoo-systemd-integration-92ed74b2093ba2abf9cc12e128ef36af2ac68653.tar.gz
gentoo-systemd-integration-92ed74b2093ba2abf9cc12e128ef36af2ac68653.tar.bz2
gentoo-systemd-integration-92ed74b2093ba2abf9cc12e128ef36af2ac68653.zip
Add the /var/lock & /var/run units from ebuild filesdir.
Those are mostly backwards compatibility.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index aca10ae..8ef759c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,5 +3,9 @@ AC_INIT([gentoo-systemd-integration], [0])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2 subdir-objects])
+# https://bitbucket.org/mgorny/systemd-sdk/
+SYSTEMD_MISC
+SYSTEMD_SYSTEMUNITDIR
+
AC_CONFIG_FILES([Makefile])
AC_OUTPUT