~ubuntu-branches/ubuntu/jaunty/gnome-applets/jaunty

« back to all changes in this revision

Viewing changes to modemlights/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-06-03 18:13:41 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20080603181341-j2ldywy9g983scl2
Tags: 2.23.2-0ubuntu1
* New upstream version
* Sync on Debian
* debian/control.in:
  - build using liboobs and not type-handling and libcpufreq-dev
  - Pre-Depends: dpkg (>= 1.10.24)
  - updated maintainer information
* debian/patches/04_applets_categories.patch:
  - set applets categories
* debian/patches/13_battstat_measuring_more_appropriate.patch:
  - workaround acpi bug
* debian/patches/14_battstat_enable_pmi.patch:
  - use the pmi interface to know if suspend is available
* debian/patches/81_mixer_mute_callback.patch:
  - stop the mixer applet from randomly muting when the volume is adjusted.
* debian/patches/98_autoreconf.patch:
  - run autotools update
* debian/rules:
  - DEB_DH_BUILDDEB_ARGS := -- -Zbzip2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#SUBDIRS = docs
2
2
 
3
3
INCLUDES = -I. -I$(srcdir)                              \
4
 
        $(GNOME_APPLETS_CFLAGS)                         \
5
 
        $(LIBGLADE_CFLAGS)
 
4
        $(GNOME_APPLETS_CFLAGS) 
6
5
 
7
6
libexec_PROGRAMS = modem_applet
8
7
 
12
11
 
13
12
modem_applet_LDADD =            \
14
13
        $(GNOME_APPLETS_LIBS)   \
15
 
        $(LIBGLADE_LIBS)        \
16
14
        $(MODEMLIGHTS_LIBS)
17
15
 
18
16
uidir   = $(datadir)/gnome-2.0/ui
30
28
 
31
29
@INTLTOOL_SERVER_RULE@
32
30
 
33
 
glade_DATA = modemlights.glade
 
31
builder_DATA = modemlights.ui
34
32
 
35
33
icons = \
36
34
        gnome-modem-monitor-applet.svg    \
42
40
EXTRA_DIST =                            \
43
41
        GNOME_ModemLights.server.in.in  \
44
42
        $(icons)                        \
45
 
        $(glade_DATA)                   \
 
43
        $(builder_DATA)                 \
46
44
        $(ui_DATA)
47
45
 
48
46
uninstall-local: