From 0f686054a7e049e0ba2f33faf779ce308f185128 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 15 May 2017 11:03:55 +0200 Subject: ayatana-indicator-common: Add a package to hold shared systemd targets for systemd user session. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3