pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Thu Jul 9 20:18:08 PDT 2009


 pixman/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 61254a3c09497214a9c7ca89e275286533a3be2e
Author: Søren Sandmann Pedersen <sandmann at redhat.com>
Date:   Thu Jul 9 23:17:56 2009 -0400

    Add a BUILT_SOURCES with pixman-combine{32,64}.{c.h}
    
    Bug 22681.

diff --git a/pixman/Makefile.am b/pixman/Makefile.am
index 6866085..0c528d8 100644
--- a/pixman/Makefile.am
+++ b/pixman/Makefile.am
@@ -39,6 +39,8 @@ libpixmanincludedir = $(includedir)/pixman-1/
 libpixmaninclude_HEADERS = pixman.h pixman-version.h
 noinst_LTLIBRARIES = 
 
+BUILT_SOURCES = pixman-combine32.h pixman-combine32.c pixman-combine64.h pixman-combine64.c
+
 pixman-combine32.c : pixman-combine.c.template pixman-combine32.h make-combine.pl
 	$(PERL) $(srcdir)/make-combine.pl 8 < $(srcdir)/pixman-combine.c.template > $@ || ($(RM) $@; exit 1)
 pixman-combine32.h : pixman-combine.h.template make-combine.pl


More information about the xorg-commit mailing list