diff options
author | Benjamin Otte <otte@redhat.com> | 2011-09-14 17:01:51 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-09-28 01:48:01 +0200 |
commit | 100f16eae94a54fbb9ee1f44fa3c34602ba25c4d (patch) | |
tree | c144b3dd25c4bfd281f2432947db780c576f59ce /demos | |
parent | d1313febbec2124ee175cd323a338caa3c1a8fc2 (diff) |
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.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |