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

« back to all changes in this revision

Viewing changes to data/glade/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:
49
49
        $(top_srcdir)/configure.ac
50
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
51
        $(ACLOCAL_M4)
52
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
52
mkinstalldirs = $(install_sh) -d
53
53
CONFIG_HEADER = $(top_builddir)/config.h
54
54
CONFIG_CLEAN_FILES =
55
55
CONFIG_CLEAN_VPATH_FILES =
104
104
DEFS = @DEFS@
105
105
DEPDIR = @DEPDIR@
106
106
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
107
 
DLLTOOL = @DLLTOOL@
108
107
DSYMUTIL = @DSYMUTIL@
109
108
DUMPBIN = @DUMPBIN@
110
109
ECHO_C = @ECHO_C@
128
127
GOBJECT_REQUIRED = @GOBJECT_REQUIRED@
129
128
GREP = @GREP@
130
129
GTKDOC_CHECK = @GTKDOC_CHECK@
 
130
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
131
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
131
132
GTKDOC_MKPDF = @GTKDOC_MKPDF@
132
133
GTKDOC_REBASE = @GTKDOC_REBASE@
133
134
GTK_REQUIRED = @GTK_REQUIRED@
172
173
LT_REVISION = @LT_REVISION@
173
174
MAINT = @MAINT@
174
175
MAKEINFO = @MAKEINFO@
175
 
MANIFEST_TOOL = @MANIFEST_TOOL@
176
176
MKDIR_P = @MKDIR_P@
177
177
MSGFMT = @MSGFMT@
178
178
MSGFMT_015 = @MSGFMT_015@
200
200
PEAS_MINOR_VERSION = @PEAS_MINOR_VERSION@
201
201
PEAS_VERSION = @PEAS_VERSION@
202
202
PKG_CONFIG = @PKG_CONFIG@
 
203
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
204
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
203
205
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
204
206
POSUB = @POSUB@
205
207
PYTHON = @PYTHON@
229
231
abs_srcdir = @abs_srcdir@
230
232
abs_top_builddir = @abs_top_builddir@
231
233
abs_top_srcdir = @abs_top_srcdir@
232
 
ac_ct_AR = @ac_ct_AR@
233
234
ac_ct_CC = @ac_ct_CC@
234
235
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
235
236
am__include = @am__include@
265
266
libexecdir = @libexecdir@
266
267
localedir = @localedir@
267
268
localstatedir = @localstatedir@
 
269
lt_ECHO = @lt_ECHO@
268
270
mandir = @mandir@
269
271
mkdir_p = @mkdir_p@
270
272
oldincludedir = @oldincludedir@