From 100f16eae94a54fbb9ee1f44fa3c34602ba25c4d Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 14 Sep 2011 17:01:51 +0200 Subject: tests: Add PNG_CFLAGS/LIBS to tests PNG flags were accidentally included by gdk-pixbuf. This has been fixed recently, so we need to make sure to include it ourselves. --- demos/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos') diff --git a/demos/Makefile.am b/demos/Makefile.am index f08303b..f91e628 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -3,8 +3,8 @@ if HAVE_GTK AM_CFLAGS = @OPENMP_CFLAGS@ AM_LDFLAGS = @OPENMP_CFLAGS@ -LDADD = $(top_builddir)/pixman/libpixman-1.la -lm $(GTK_LIBS) -INCLUDES = -I$(top_srcdir)/pixman -I$(top_builddir)/pixman $(GTK_CFLAGS) +LDADD = $(top_builddir)/pixman/libpixman-1.la -lm $(GTK_LIBS) $(PNG_LIBS) +INCLUDES = -I$(top_srcdir)/pixman -I$(top_builddir)/pixman $(GTK_CFLAGS) $(PNG_CFLAGS) GTK_UTILS = gtk-utils.c gtk-utils.h -- cgit v1.2.3