~ubuntu-branches/ubuntu/quantal/libpeas/quantal

« back to all changes in this revision

Viewing changes to tests/libpeas-gtk/plugins/valid-custom-icon/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-22 08:38:23 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: package-import@ubuntu.com-20110922083823-hm0gu89o2utvrxa9
Tags: 1.1.4-0ubuntu1
* New upstream release:
  - Fix to work with PyGObject 3.
  - Do not expose the peas_extension_set_call* API to GObject-Introspection.
  - Disable log hooks used by PyGObject and Seed.
  - Doc updates.
  - Misc improvement and fixes.
  - Translation updates.
* debian/control.in: Bump pygobject build dep as per configure.ac.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        $(top_srcdir)/configure.ac
51
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
52
        $(ACLOCAL_M4)
53
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
53
mkinstalldirs = $(install_sh) -d
54
54
CONFIG_HEADER = $(top_builddir)/config.h
55
55
CONFIG_CLEAN_FILES =
56
56
CONFIG_CLEAN_VPATH_FILES =
83
83
DEFS = @DEFS@
84
84
DEPDIR = @DEPDIR@
85
85
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
86
 
DLLTOOL = @DLLTOOL@
87
86
DSYMUTIL = @DSYMUTIL@
88
87
DUMPBIN = @DUMPBIN@
89
88
ECHO_C = @ECHO_C@
107
106
GOBJECT_REQUIRED = @GOBJECT_REQUIRED@
108
107
GREP = @GREP@
109
108
GTKDOC_CHECK = @GTKDOC_CHECK@
 
109
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
110
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
110
111
GTKDOC_MKPDF = @GTKDOC_MKPDF@
111
112
GTKDOC_REBASE = @GTKDOC_REBASE@
112
113
GTK_REQUIRED = @GTK_REQUIRED@
151
152
LT_REVISION = @LT_REVISION@
152
153
MAINT = @MAINT@
153
154
MAKEINFO = @MAKEINFO@
154
 
MANIFEST_TOOL = @MANIFEST_TOOL@
155
155
MKDIR_P = @MKDIR_P@
156
156
MSGFMT = @MSGFMT@
157
157
MSGFMT_015 = @MSGFMT_015@
179
179
PEAS_MINOR_VERSION = @PEAS_MINOR_VERSION@
180
180
PEAS_VERSION = @PEAS_VERSION@
181
181
PKG_CONFIG = @PKG_CONFIG@
 
182
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
183
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
182
184
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
183
185
POSUB = @POSUB@
184
186
PYTHON = @PYTHON@
208
210
abs_srcdir = @abs_srcdir@
209
211
abs_top_builddir = @abs_top_builddir@
210
212
abs_top_srcdir = @abs_top_srcdir@
211
 
ac_ct_AR = @ac_ct_AR@
212
213
ac_ct_CC = @ac_ct_CC@
213
214
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
214
215
am__include = @am__include@
244
245
libexecdir = @libexecdir@
245
246
localedir = @localedir@
246
247
localstatedir = @localstatedir@
 
248
lt_ECHO = @lt_ECHO@
247
249
mandir = @mandir@
248
250
mkdir_p = @mkdir_p@
249
251
oldincludedir = @oldincludedir@