~ubuntu-branches/ubuntu/quantal/libfm/quantal

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-02-21 21:55:43 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110221215543-m7gn2snkhpk1kk9u
Tags: 0.1.15+git-3625952cea-0ubuntu1
* New upstream snapshot (2011-02-15)
 - Use x-schemas-handler (LP: #683922)
* debian/patches/
 - 90_add_gobject_link.patch: Remove, merged upstream.
 - 02-libfm-0.1.14-API-changes.patch: Refresh.
 - 03_disable_deprecated_gio_module.patch: Refresh.
 - 04_fix_docs_linker.patch: Fix DSO linking in docs/.
* debian/libfm0.install:
 - Remove usr/lib/libfm/gnome-terminal, dropped upstream.
 - Remove gio module, dropped upstream.
* debian/rules:
 - Add --enable-gtk-doc to configure.
* debian/libfm-gtk0.symbols:
 - Update with new symbols.
* debian/apport/source_libfm.py
 - Fix location of pcmanfm config files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
162
162
GIO_CFLAGS = @GIO_CFLAGS@
163
163
GIO_LIBS = @GIO_LIBS@
 
164
GLIB2_27_CFLAGS = @GLIB2_27_CFLAGS@
 
165
GLIB2_27_LIBS = @GLIB2_27_LIBS@
164
166
GLIB_CFLAGS = @GLIB_CFLAGS@
165
167
GLIB_LIBS = @GLIB_LIBS@
166
168
GMODULE_CFLAGS = @GMODULE_CFLAGS@
216
218
PACKAGE_VERSION = @PACKAGE_VERSION@
217
219
PATH_SEPARATOR = @PATH_SEPARATOR@
218
220
PKG_CONFIG = @PKG_CONFIG@
 
221
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
222
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
219
223
POFILES = @POFILES@
220
224
POSUB = @POSUB@
221
225
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@