diff options
author | marha <marha@users.sourceforge.net> | 2011-09-14 14:25:02 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-09-14 14:25:02 +0200 |
commit | 49659ef96348cc1bb20813abf7578acdb3cfe3d1 (patch) | |
tree | ad3b2731c60606654653364aee8f81952449def0 /pixman/test | |
parent | 16b53769eba7d5d8249a217aa29287d72b7713c2 (diff) | |
download | vcxsrv-49659ef96348cc1bb20813abf7578acdb3cfe3d1.tar.gz vcxsrv-49659ef96348cc1bb20813abf7578acdb3cfe3d1.tar.bz2 vcxsrv-49659ef96348cc1bb20813abf7578acdb3cfe3d1.zip |
pixman git update 14 sep 2011
Diffstat (limited to 'pixman/test')
-rw-r--r-- | pixman/test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pixman/test/Makefile.am b/pixman/test/Makefile.am index 52ef8ad96..6687bed35 100644 --- a/pixman/test/Makefile.am +++ b/pixman/test/Makefile.am @@ -1,7 +1,7 @@ AM_CFLAGS = @OPENMP_CFLAGS@ AM_LDFLAGS = @OPENMP_CFLAGS@ @TESTPROGS_EXTRA_LDFLAGS@ -LDADD = $(top_builddir)/pixman/libpixman-1.la -lm -lpng -INCLUDES = -I$(top_srcdir)/pixman -I$(top_builddir)/pixman +LDADD = $(top_builddir)/pixman/libpixman-1.la -lm @PNG_LIBS@ +INCLUDES = -I$(top_srcdir)/pixman -I$(top_builddir)/pixman @PNG_CFLAGS@ TESTPROGRAMS = \ a1-trap-test \ |