From 3259be54400c65291b31bf42322d6e38721c9dbb Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 21 Aug 2012 21:47:41 -0500 Subject: Creating the session configuration file --- Makefile.am | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3baade8..9e0e749 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,24 @@ - EXTRA_DIST = - CLEANFILES = +############################### +# The session configuration +############################### + +lightdm_sessiondir = $(datadir)/lightdm/remote-sessions +lightdm_session_DATA = \ + uccsconfigure.desktop + +%.desktop: %.desktop.in + @sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ + +EXTRA_DIST += uccsconfigure.desktop.in +CLEANFILES += uccsconfigure.desktop + +############################### +# Dist check stuff +############################### + DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall dist-hook: -- cgit v1.2.3