[cairo-commit] cairo/src Makefile.am,1.50,1.51

Carl Worth commit at pdx.freedesktop.org
Tue May 17 09:08:25 PDT 2005


Committed by: cworth

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

Modified Files:
	Makefile.am 
Log Message:

        * RELEASING: Update instructions to match output of 'make
        distcheck'

        * src/Makefile.am:
        * test/Makefile.am: Add private headers and flesh out CLEANFILES
        so that 'make distcheck' actually passes.


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/src/Makefile.am,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Makefile.am	17 May 2005 13:12:52 -0000	1.50
+++ Makefile.am	17 May 2005 16:08:23 -0000	1.51
@@ -78,13 +78,16 @@
 libcairo_la_SOURCES = 		\
 	cairo.c			\
 	cairo.h			\
+	cairo-private.h		\
 	cairo-arc.c		\
+	cairo-arc-private.h	\
 	cairo-array.c		\
 	cairo-cache.c		\
 	cairo-color.c		\
 	cairo-fixed.c		\
 	cairo-font.c		\
 	cairo-gstate.c		\
+	cairo-gstate-private.h	\
 	cairo-hull.c		\
 	cairo-image-surface.c	\
 	cairo-matrix.c		\
@@ -93,6 +96,7 @@
 	cairo-path-data.c	\
 	cairo-path-data-private.h \
 	cairo-path-fill.c	\
+	cairo-path-fixed-private.h \
 	cairo-path-stroke.c	\
 	cairo-pen.c		\
 	cairo-polygon.c		\




More information about the cairo-commit mailing list