~ubuntu-branches/ubuntu/precise/xfce4-mpc-plugin/precise

« back to all changes in this revision

Viewing changes to panel-plugin/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2011-05-06 22:58:07 UTC
  • mfrom: (1.1.7 upstream) (0.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110506225807-iq1fmbplxg4ktt3v
Tags: 0.3.6-1
* New upstream release.
* debian/patches:
  - 01_link-with-libxfcegui4, 02_use-exo-1 dropped, included upstream.
* debian/rules:
  - stop running xdt-autogen
  - switch to dh7 tiny rules
  - pick build flags from dpkg-buildflags.
  - add hardening flags to build flags.
  - add -O1, -z,defs and --as-needed to LDFLAGS.
* debian/control:
  - drop cdbs from build-deps, update debhelper build-dep for overrides.
  - drop xfce4-dev-tools and libtool from build-deps.
  - add build-dep on hardening-includes.
* debian/docs added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@
156
156
LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@
157
157
LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@
 
158
LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@
 
159
LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@
 
160
LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@
 
161
LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@
158
162
LTLIBOBJS = @LTLIBOBJS@
159
163
MAINT = @MAINT@
160
164
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
223
227
target_alias = @target_alias@
224
228
plugindir = $(libexecdir)/xfce4/panel-plugins
225
229
xfce4_mpc_plugin_CFLAGS = -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
226
 
        @EXO_CFLAGS@ @LIBXFCE4PANEL_CFLAGS@ $(am__append_1)
227
 
xfce4_mpc_plugin_LDADD = @EXO_LIBS@ @LIBXFCE4PANEL_LIBS@ \
228
 
        $(am__append_2)
 
230
        @EXO_CFLAGS@ @LIBXFCEGUI4_CFLAGS@ @LIBXFCE4PANEL_CFLAGS@ \
 
231
        $(am__append_1)
 
232
xfce4_mpc_plugin_LDADD = @EXO_LIBS@ @LIBXFCEGUI4_LIBS@ \
 
233
        @LIBXFCE4PANEL_LIBS@ $(am__append_2)
229
234
xfce4_mpc_plugin_SOURCES = xfce4-mpc-plugin.c xfce4-mpc-plugin.h \
230
235
        $(am__append_3)
231
236