From e3b4202b45f3a52dbb61632a9133f2dd0c1da343 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 12 Jun 2017 10:44:00 +0200 Subject: Make guest account support functional. Port various items from Ubuntu's LightDM package. --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8035bf3..deac942 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,15 @@ SUBDIRS = src data po tests +arctica-guest-account-script: arctica-guest-account-script.in + $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ + sbin_SCRIPTS = arctica-guest-account-script +pkglibexec_SCRIPTS = lightdm-arctica-greeter-session \ + arctica-guest-session-auto \ + arctica-guest-session-setup + EXTRA_DIST = \ autogen.sh \ arctica-greeter.doap @@ -11,6 +18,7 @@ EXTRA_DIST = \ DISTCLEANFILES = \ Makefile.in \ aclocal.m4 \ + arctica-guest-account-script \ configure \ config.h.in \ config.h \ -- cgit v1.2.3