[cairo-commit] cairo/pixman/src Makefile.am,1.13,1.14

Billy Biggs commit at pdx.freedesktop.org
Tue Aug 16 19:54:07 PDT 2005


Committed by: vektor

Update of /cvs/cairo/cairo/pixman/src
In directory gabe:/tmp/cvs-serv31966/src

Modified Files:
	Makefile.am 
Log Message:
	* src/Makefile.am: Fix a typo in the last commit.



Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/pixman/src/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.am	17 Aug 2005 01:38:38 -0000	1.13
+++ Makefile.am	17 Aug 2005 02:54:05 -0000	1.14
@@ -32,7 +32,7 @@
 	slim_internal.h
 
 if USE_MMX
-noinst_LTLIBRARIES = libpixman-mmx.la
+noinst_LTLIBRARIES += libpixman-mmx.la
 libpixman_mmx_la_SOURCES = \
 	fbmmx.c		\
 	fbmmx.h



More information about the cairo-commit mailing list