~ubuntu-branches/ubuntu/precise/gdk-pixbuf/precise-proposed

« back to all changes in this revision

Viewing changes to gdk-pixbuf/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-04-16 07:21:41 UTC
  • mfrom: (33.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120416072141-v2cvte6tr0cv58x4
Tags: 2.26.1-1
* New upstream bug fix release:
  - Fix srcdir != builddir build.
  - Avoid an integer overflow in the xbm loader. (LP: #681150)
  - Translation updates.
* debian/control.in: Prefer building against libpng-dev over libpng12-dev,
  to be prepared for the libpng 1.5 transition. (Closes: #662344)
* debian/control.in: Bump Standards-Version to 3.9.3 (no changes necessary).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1420
1420
@HAVE_INTROSPECTION_TRUE@GdkPixbuf_2_0_gir_LIBS = libgdk_pixbuf-2.0.la
1421
1421
@HAVE_INTROSPECTION_TRUE@GdkPixbuf_2_0_gir_CFLAGS = \
1422
1422
@HAVE_INTROSPECTION_TRUE@       -DGDK_PIXBUF_COMPILATION                                        \
1423
 
@HAVE_INTROSPECTION_TRUE@       -I$(top_srcdir) -I$(top_builddir)                               \
 
1423
@HAVE_INTROSPECTION_TRUE@       -I$(top_builddir) -I$(top_srcdir)                               \
1424
1424
@HAVE_INTROSPECTION_TRUE@       -I$(top_srcdir)/gdk-pixbuf                                      \
1425
1425
@HAVE_INTROSPECTION_TRUE@       -I$(top_builddir)/gdk-pixbuf                                    \
1426
1426
@HAVE_INTROSPECTION_TRUE@       $(GDK_PIXBUF_DEP_CFLAGS)