~ubuntu-branches/ubuntu/precise/xfce4-power-manager/precise

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-10-02 20:15:41 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091002201541-ognqyxyov51epj84
Tags: 0.8.4-1ubuntu1
* New upstream bugfix release (LP: #438754), merge from Debian unstable,
  remaining Ubuntu changes:
  - debian/patches:
    + xubuntu-use-notification-icons.patch: use our notification-* icons for
      notification bubbles instead of the normal ones LP: #437374
    + 10_pc.patch: added patched files to POTFILES.skip
    + series: created, with these two patches
  - debian/rules: add --with quilt
  - debian/control: build-depends on quilt (>= 0.46-7).

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        -I$(top_srcdir)/libxfpm                 \
71
71
        -DLOCALEDIR=\"$(localedir)\"            \
72
72
        -DG_LOG_DOMAIN=\"xfce4-power-manager\"  \
73
 
        $(GTK_CFLAGS)                           \
74
 
        $(GLIB_CFLAGS)                          \
75
73
        $(GOBJECT_CFLAGS)                       \
76
74
        $(GTHREAD_CFLAGS)                       \
77
 
        $(DBUS_CFLAGS)                          \
78
75
        $(DBUS_GLIB_CFLAGS)                     \
79
76
        $(LIBXFCE4GUI_CFLAGS)                   \
80
 
        $(LIBXFCE4UTIL_CFLAGS)                  \
81
77
        $(XFCONF_CFLAGS)                        \
82
78
        $(LIBNOTIFY_CFLAGS)                     \
83
79
        $(DPMS_CFLAGS)                  
86
82
        $(top_builddir)/libxfpm/libxfpmhal.la   \
87
83
        $(top_builddir)/libxfpm/libxfpmhalpower.la\
88
84
        $(top_builddir)/libxfpm/libxfpmcommon.la\
89
 
        $(GTK_LIBS)                             \
90
 
        $(GLIB_LIBS)                            \
91
85
        $(GOBJECT_LIBS)                         \
92
86
        $(GTHREAD_LIBS)                         \
93
 
        $(DBUS_LIBS)                            \
94
87
        $(DBUS_GLIB_LIBS)                       \
95
88
        $(LIBXFCE4GUI_LIBS)                     \
96
 
        $(LIBXFCE4UTIL_LIBS)                    \
97
89
        $(XFCONF_LIBS)                          \
98
90
        $(LIBNOTIFY_LIBS)                       \
99
91
        $(DPMS_LIBS)