From 0774aa39e2a80a7ec2a09b0f99b733ed92b7c0af Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 23 Jun 2015 11:40:11 +0200 Subject: Add xdg-app.env file for gdm --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7e18e04..97ae116 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,6 +153,14 @@ profiledir = $(sysconfdir)/profile.d profile_DATA = xdg-app.sh EXTRA_DIST += profile/xdg-app.sh.in +envdir = $(datadir)/gdm/env.d +env_DATA = xdg-app.env +EXTRA_DIST += env.d/xdg-app.env.in + xdg-app.sh: profile/xdg-app.sh.in $(AM_V_GEN) $(SED) -e "s|\@localstatedir\@|$(localstatedir)|" \ -e "s|\@sysconfdir\@|$(sysconfdir)|" $< > $@ + +xdg-app.env: env.d/xdg-app.env.in + $(AM_V_GEN) $(SED) -e "s|\@localstatedir\@|$(localstatedir)|" \ + -e "s|\@sysconfdir\@|$(sysconfdir)|" $< > $@ -- cgit v1.2.1