~matttbe/ubuntu/quantal/lxpanel/lp1013171

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2012-02-13 23:40:40 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20120213234040-w24ouhodotl76yav
Tags: 0.5.8+git20120212-0ubuntu1
* New upstream snapshot
 - Run dialog opens up in the background (LP: #889414)
 - Abiliy to configure task Bar Font (LP: #690662)
 - Volume applet uses wrong icon (LP: #878117)
 - Add ability for lxpanel sound applet to launch a GUI for sound management
   (LP: #692276)
 - lxpanel indicator support can't be configured (LP: #692260)
 - Task Bar (Window List) - Options on 64bit version are different than 32bit
   version (LP: #909127)
* debian/patches
 - indicator-support.patch: Remove, merged upstream.
 - fix_indicator_dir.patch: Remove, merged upstream.
 - fix_position.patch: Remove, merged upstream.
 - missing_glades.patch: Remove, fixed upstream.
 - default-config.patch: Refresh.
 - configure_desktop_number.patch: Refresh.
 - 99_refresh_autotools.patch: Refresh.
* debian/control:
 - Build-depends on libwnck-dev.
* debian/lxpanel.install:
 - Add new plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
moduledir = $(libdir)/lxpanel/plugins
12
12
 
13
13
netstatus_la_SOURCES = \
 
14
        netstatus.c \
 
15
        netstatus-dialog.c \
14
16
        netstatus-dialog.h \
 
17
        netstatus-enums.c \
 
18
        netstatus-enums.h \
15
19
        netstatus-fallback-pixbuf.h \
 
20
        netstatus-icon.c \
 
21
        netstatus-icon.h \
 
22
        netstatus-iface.c \
 
23
        netstatus-iface.h \
16
24
        netstatus-sysdeps.c \
17
 
        netstatus-icon.c \
18
25
        netstatus-sysdeps.h \
19
 
        netstatus-icon.h \
20
26
        netstatus-util.c \
21
 
        netstatus.c \
22
 
        netstatus-enums.c \
23
 
        netstatus-iface.c \
24
 
        netstatus-util.h \
25
 
        netstatus-dialog.c \
26
 
        netstatus-enums.h \
27
 
        netstatus-iface.h
 
27
        netstatus-util.h
28
28
 
29
29
netstatus_la_LIBADD = \
30
30
        $(PACKAGE_LIBS)