[cairo-commit] pycairo/cairo Makefile.am,1.8,1.9

Steve Chaplin commit at pdx.freedesktop.org
Tue Jan 11 23:24:52 PST 2005


Committed by: stevech1097

Update of /cvs/cairo/pycairo/cairo
In directory gabe:/tmp/cvs-serv26868/cairo

Modified Files:
	Makefile.am 
Log Message:
SC 2005/01/12

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/pycairo/cairo/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am	27 Dec 2004 23:54:57 -0000	1.8
+++ Makefile.am	12 Jan 2005 07:24:50 -0000	1.9
@@ -12,12 +12,14 @@
 _cairo_la_LIBADD = $(CAIRO_LIBS)
 _cairo_la_SOURCES = \
   pycairo.h \
-  pycairo-private.h \
+  pycairo-context.c \
+  pycairo-font.c \
   pycairo-matrix.c \
-  pycairo-surface.c \
+  pycairo-misc.h \
   pycairo-pattern.c \
-  pycairo-font.c \
-  pycairo-context.c \
+  pycairo-private.h \
+  pycairo-surface.c \
+  pycairosvg-private.h \
   cairomodule.c
 
 if WITH_PYGTK




More information about the cairo-commit mailing list