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

« back to all changes in this revision

Viewing changes to loaders/gjs/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:
52
52
        $(top_srcdir)/configure.ac
53
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
54
        $(ACLOCAL_M4)
55
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
55
mkinstalldirs = $(install_sh) -d
56
56
CONFIG_HEADER = $(top_builddir)/config.h
57
57
CONFIG_CLEAN_FILES =
58
58
CONFIG_CLEAN_VPATH_FILES =
142
142
DEFS = @DEFS@
143
143
DEPDIR = @DEPDIR@
144
144
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
145
 
DLLTOOL = @DLLTOOL@
146
145
DSYMUTIL = @DSYMUTIL@
147
146
DUMPBIN = @DUMPBIN@
148
147
ECHO_C = @ECHO_C@
166
165
GOBJECT_REQUIRED = @GOBJECT_REQUIRED@
167
166
GREP = @GREP@
168
167
GTKDOC_CHECK = @GTKDOC_CHECK@
 
168
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
169
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
169
170
GTKDOC_MKPDF = @GTKDOC_MKPDF@
170
171
GTKDOC_REBASE = @GTKDOC_REBASE@
171
172
GTK_REQUIRED = @GTK_REQUIRED@
210
211
LT_REVISION = @LT_REVISION@
211
212
MAINT = @MAINT@
212
213
MAKEINFO = @MAKEINFO@
213
 
MANIFEST_TOOL = @MANIFEST_TOOL@
214
214
MKDIR_P = @MKDIR_P@
215
215
MSGFMT = @MSGFMT@
216
216
MSGFMT_015 = @MSGFMT_015@
238
238
PEAS_MINOR_VERSION = @PEAS_MINOR_VERSION@
239
239
PEAS_VERSION = @PEAS_VERSION@
240
240
PKG_CONFIG = @PKG_CONFIG@
 
241
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
242
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
241
243
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
242
244
POSUB = @POSUB@
243
245
PYTHON = @PYTHON@
267
269
abs_srcdir = @abs_srcdir@
268
270
abs_top_builddir = @abs_top_builddir@
269
271
abs_top_srcdir = @abs_top_srcdir@
270
 
ac_ct_AR = @ac_ct_AR@
271
272
ac_ct_CC = @ac_ct_CC@
272
273
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
273
274
am__include = @am__include@
303
304
libexecdir = @libexecdir@
304
305
localedir = @localedir@
305
306
localstatedir = @localstatedir@
 
307
lt_ECHO = @lt_ECHO@
306
308
mandir = @mandir@
307
309
mkdir_p = @mkdir_p@
308
310
oldincludedir = @oldincludedir@