~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to build/win32/vs9/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-06-16 11:11:24 UTC
  • mfrom: (1.14.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110616111124-4bqn50taxh7rrked
Tags: 2.24.5-0ubuntu1
* New upstream version
* 010_make_bg_changes_queue_repaint: dropped, the fix is in the new version
* include_m4_dir.patch: include the m4 directory from the previous version, 
  it's not shipped with the new tarball but required for the autoreconf run

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        $(top_srcdir)/Makefile.decl
40
40
subdir = build/win32/vs9
41
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
43
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
 
42
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
43
        $(top_srcdir)/configure.in
44
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
45
        $(ACLOCAL_M4)
46
46
mkinstalldirs = $(install_sh) -d
129
129
GOBJECT_QUERY = @GOBJECT_QUERY@
130
130
GREP = @GREP@
131
131
GTKDOC_CHECK = @GTKDOC_CHECK@
 
132
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
133
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
132
134
GTKDOC_MKPDF = @GTKDOC_MKPDF@
133
135
GTKDOC_REBASE = @GTKDOC_REBASE@
134
136
GTK_API_VERSION = @GTK_API_VERSION@