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

« back to all changes in this revision

Viewing changes to mini-commander/src/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:
4
4
        -I.                             \
5
5
        -I$(srcdir)                     \
6
6
        $(GNOME_APPLETS_CFLAGS)         \
7
 
        $(LIBGLADE_CFLAGS)              \
8
7
        $(WARN_CFLAGS)                  \
9
8
        $(GNOME_INCLUDEDIR)
10
9
 
35
34
        mc-default-macros.h
36
35
 
37
36
mini_commander_applet_LDADD =   \
38
 
        $(GNOME_APPLETS_LIBS)   \
39
 
        $(LIBGLADE_LIBS)
 
37
        $(GNOME_APPLETS_LIBS)
40
38
 
41
39
mc_install_default_macros_SOURCES =     \
42
40
        mc-install-default-macros.c     \
45
43
mc_install_default_macros_LDADD =       \
46
44
        $(GNOME_APPLETS_LIBS)
47
45
 
48
 
glade_DATA = mini-commander.glade
 
46
builder_DATA = mini-commander.ui
49
47
 
50
48
BITMAPS =                       \
51
49
        browser-mini.xpm        \
85
83
        $(desktop_icons_DATA)                   \
86
84
        $(BITMAPS)                              \
87
85
        $(ui_DATA)                              \
88
 
        $(glade_DATA)                           \
 
86
        $(builder_DATA)                         \
89
87
        $(schemas_in_files)