diff options
author | Ted Gould <ted@ubuntu.com> | 2017-05-15 11:03:55 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-15 11:04:26 +0200 |
commit | 0f686054a7e049e0ba2f33faf779ce308f185128 (patch) | |
tree | 1d1316a2ce3c1fb3b97e77d3db47f3e70b503334 /configure.ac | |
parent | 4ab9812912087fb2530a8b8d6c6d7156fb37dde7 (diff) | |
download | libayatana-indicator-0f686054a7e049e0ba2f33faf779ce308f185128.tar.gz libayatana-indicator-0f686054a7e049e0ba2f33faf779ce308f185128.tar.bz2 libayatana-indicator-0f686054a7e049e0ba2f33faf779ce308f185128.zip |
ayatana-indicator-common: Add a package to hold shared systemd targets for systemd user session.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3aac789..7c1f13d 100644 --- a/configure.ac +++ b/configure.ac @@ -71,6 +71,9 @@ AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3]) LT_LIB_M AC_SUBST(LIBM) +SYSTEMD_USERDIR=`$PKG_CONFIG --variable=systemduserunitdir systemd` +AC_SUBST(SYSTEMD_USERDIR) + ############################## # Custom Junk ############################## @@ -153,6 +156,7 @@ AC_SUBST(COVERAGE_LDFLAGS) AC_CONFIG_FILES([ Makefile +data/Makefile libayatana-indicator/Makefile libayatana-indicator/ayatana-indicator-0.4.pc.in libayatana-indicator/ayatana-indicator3-0.4.pc.in |