diff options
author | Ted Gould <ted@gould.cx> | 2016-07-18 18:09:45 +0200 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2016-07-18 18:09:45 +0200 |
commit | 475e5e014a2271d9db43bc3acf430a465b87f99e (patch) | |
tree | 6e41d0eb1472a2922a45692c1058715958d51b2e /configure.ac | |
parent | eb2d435fb70c6036e9005ccbd84927f852c05f48 (diff) | |
download | ayatana-indicator-bluetooth-475e5e014a2271d9db43bc3acf430a465b87f99e.tar.gz ayatana-indicator-bluetooth-475e5e014a2271d9db43bc3acf430a465b87f99e.tar.bz2 ayatana-indicator-bluetooth-475e5e014a2271d9db43bc3acf430a465b87f99e.zip |
Adding an systemd user session unit
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 221ddc9..e744e3b 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,8 @@ PKG_CHECK_MODULES(SERVICE_DEPS, [glib-2.0 >= $GLIB_REQUIRED_VERSION gio-unix-2.0 >= $GIO_REQUIRED_VERSION url-dispatcher-1 >= $URL_DISPATCHER_1_REQUIRED_VERSION]) +SYSTEMD_USERDIR=`$PKG_CONFIG --variable=systemduserunitdir systemd` +AC_SUBST(SYSTEMD_USERDIR) dnl ############################## dnl # Custom Junk |