aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-09-17 08:11:05 +0000
committerTarmac <Unknown>2012-09-17 08:11:05 +0000
commit796338087d3e2cea13d4f60f67f58af984137afb (patch)
tree1a38d8dff55a0d8042fd2d9d742c6ba7a4036963 /configure.ac
parent3a9918c02006140736b2e00caa1c965d26de83ca (diff)
parent2a395d9c0920638916b45bbbdebb06f48e6ecd5c (diff)
downloadlightdm-remote-session-remoteconfigure-796338087d3e2cea13d4f60f67f58af984137afb.tar.gz
lightdm-remote-session-remoteconfigure-796338087d3e2cea13d4f60f67f58af984137afb.tar.bz2
lightdm-remote-session-remoteconfigure-796338087d3e2cea13d4f60f67f58af984137afb.zip
Adding an apparmor profile for the session. Fixes: https://bugs.launchpad.net/bugs/1049849. Approved by Albert Astals Cid, jenkins.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index efa017a..844a31a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,12 @@
-AC_INIT([lightdm-remote-session-uccsconfigure], [0.3])
+AC_INIT([lightdm-remote-session-uccsconfigure], [0.3+apparmor])
AM_INIT_AUTOMAKE([1.11 -Wno-portability])
AM_SILENT_RULES([yes])
+AC_PROG_CC
+AC_PROG_INSTALL
+AM_PROG_CC_C_O
+
###########################
# Local Install
###########################