~ubuntu-branches/ubuntu/oneiric/indicator-applet/oneiric

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould, Ken VanDine
  • Date: 2010-05-27 15:09:57 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20100527150957-q2ovexc6e0i9cuvo
Tags: 0.4.1-0ubuntu1
* New upstream release.
  * Fix build of Bonobo server files
  * Creating a new binary target indicator-applet-appmenu
* debian/control, debian/indicator-applet-appmenu.install: Adding
  a new binary package for indicator-applet-appmenu

[Ken VanDine]
* debian/control
  - Change maintainer to ubuntu-desktop

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.7)
 
7
AM_INIT_AUTOMAKE(indicator-applet, 0.4.1)
8
8
 
9
9
AM_MAINTAINER_MODE
10
10
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])