summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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