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

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ted Gould
  • Date: 2009-08-18 14:17:32 UTC
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: ted@canonical.com-20090818141732-uc2du7dot0dh608c
Changing the name from SUS to Session

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
AC_INIT(src/indicator-sus.c)
 
2
AC_INIT(src/indicator-session.c)
3
3
 
4
4
AC_PREREQ(2.53)
5
5
 
6
6
AM_CONFIG_HEADER(config.h)
7
 
AM_INIT_AUTOMAKE(indicator-sus, 0.1)
 
7
AM_INIT_AUTOMAKE(indicator-session, 0.1)
8
8
 
9
9
AM_MAINTAINER_MODE
10
10