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

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-06-02 15:17:46 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070602151746-ea7jev5y5fu8wfwx
Tags: 0.3.2-1ubuntu1
* Merge with Debian Unstable, remaining Ubuntu changes:
  - Uses xfce.mk
  - Build Depends on libmpd-dev. This fixes a crash when no running mpd can
    be found
  - Adhere to DebianMaintainerField.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
MAKEINFO = @MAKEINFO@
118
118
MKINSTALLDIRS = @MKINSTALLDIRS@
119
119
MSGFMT = @MSGFMT@
 
120
MSGFMT_OPTS = @MSGFMT_OPTS@
120
121
OBJEXT = @OBJEXT@
121
122
PACKAGE = @PACKAGE@
122
123
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133
134
SET_MAKE = @SET_MAKE@
134
135
SHELL = @SHELL@
135
136
STRIP = @STRIP@
 
137
USE_LIBMPD_FALSE = @USE_LIBMPD_FALSE@
 
138
USE_LIBMPD_TRUE = @USE_LIBMPD_TRUE@
136
139
USE_NLS = @USE_NLS@
137
140
VERSION = @VERSION@
138
141
XGETTEXT = @XGETTEXT@