~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to configure.ac

Adding in a bunch of service files.  We're hip now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
AC_INIT(src/indicator-fusa.c)
 
2
AC_INIT(src/indicator-sus.c)
3
3
 
4
4
AC_PREREQ(2.53)
5
5
 
6
6
AM_CONFIG_HEADER(config.h)
7
 
AM_INIT_AUTOMAKE(indicator-fusa, 0.1dev)
 
7
AM_INIT_AUTOMAKE(indicator-sus, 0.1dev)
8
8
 
9
9
AM_MAINTAINER_MODE
10
10
 
45
45
AC_OUTPUT([
46
46
Makefile
47
47
src/Makefile
 
48
data/Makefile
 
49
data/indicator-status.service
 
50
data/indicator-users.service
 
51
data/indicator-session.service
48
52
])
49
53
 
50
54
###########################
53
57
 
54
58
AC_MSG_NOTICE([
55
59
 
56
 
FUSA Indicator Configuration:
 
60
SUS Indicator Configuration:
57
61
 
58
62
        Prefix:        $prefix
59
63
])