~ubuntu-branches/ubuntu/wily/lxpanel/wily-proposed

« back to all changes in this revision

Viewing changes to src/plugins/batt/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2015-01-31 15:30:45 UTC
  • mfrom: (1.1.19) (44.1.1 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20150131153045-iabx5uuxwf2p9sl3
Tags: 0.7.2-1ubuntu1
* Merge with Debian. Ubuntu remaining changes:
* debian/control:
 - Add libindicator-dev build-depends.
 - Add a recommend on xterm | pavucontrol | gnome-alsamixer to enable the
   mixer on the sound applet. (LP: #957749).
 - Add indicator plugin binary.
 - Add build-depends on libicu-dev for weather plugin.
* debian/local/source_lxpanel.py:
 - Add apport hook.
* debian/lxpanel.install:
 - Install all files except indicators.
* debian/lxpanel-indicator-applet-plugin.install:
 - Install indicator plugin.
* debian/rules:
 - Add --enable-indicator-support flag.
 - Add dh_install --fail-missing.
* debian/patches:
 - 04_disable_gtk3_indicators.patch: Hide incompatible indicators in the
   preference menu (LP: #1165245).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
batt_la_CFLAGS = \
2
 
        -I. \
3
 
        -I$(top_srcdir)/src \
4
 
        $(PACKAGE_CFLAGS) \
5
 
        $(G_CAST_CHECKS)
6
 
 
7
 
module_LTLIBRARIES = batt.la
8
 
 
9
 
moduledir = $(libdir)/lxpanel/plugins
10
 
 
11
 
batt_la_SOURCES = \
12
 
        batt.c \
13
 
        batt_sys.h \
14
 
        batt_sys.c
15
 
 
16
 
 
17
 
batt_la_LIBADD = \
18
 
        $(PACKAGE_LIBS)
19
 
 
20
 
batt_la_LDFLAGS = \
21
 
        -module \
22
 
        @LXPANEL_MODULE@