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

« back to all changes in this revision

Viewing changes to src/tests/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:
105
105
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
106
106
GIO_CFLAGS = @GIO_CFLAGS@
107
107
GIO_LIBS = @GIO_LIBS@
 
108
GLIB2_27_CFLAGS = @GLIB2_27_CFLAGS@
 
109
GLIB2_27_LIBS = @GLIB2_27_LIBS@
108
110
GLIB_CFLAGS = @GLIB_CFLAGS@
109
111
GLIB_LIBS = @GLIB_LIBS@
110
112
GMODULE_CFLAGS = @GMODULE_CFLAGS@
160
162
PACKAGE_VERSION = @PACKAGE_VERSION@
161
163
PATH_SEPARATOR = @PATH_SEPARATOR@
162
164
PKG_CONFIG = @PKG_CONFIG@
 
165
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
166
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
163
167
POFILES = @POFILES@
164
168
POSUB = @POSUB@
165
169
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@