~ubuntu-branches/ubuntu/maverick/indicator-applet/maverick

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2010-01-08 08:53:18 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20100108085318-sloka5g4ai091fks
Tags: upstream-0.3.1
ImportĀ upstreamĀ versionĀ 0.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
AC_PREREQ(2.53)
5
5
 
6
6
AM_CONFIG_HEADER(config.h)
7
 
AM_INIT_AUTOMAKE(indicator-applet, 0.3.0)
 
7
AM_INIT_AUTOMAKE(indicator-applet, 0.3.1)
8
8
 
9
9
AM_MAINTAINER_MODE
10
10
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])
124
124
AC_OUTPUT([
125
125
Makefile
126
126
src/Makefile
127
 
src-session/Makefile
128
127
data/Makefile
129
128
po/Makefile.in
130
129
])