[cairo-commit] goocanvas/src Makefile.am,1.9,1.10

Carl Worth commit at pdx.freedesktop.org
Wed Nov 29 08:35:42 PST 2006


Committed by: cworth

Update of /cvs/cairo/goocanvas/src
In directory kemper:/tmp/cvs-serv20540/src

Modified Files:
	Makefile.am 
Log Message:
Fix typo in Makefile so that header files actually get installed

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/goocanvas/src/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.am	12 Oct 2006 12:53:47 -0000	1.9
+++ Makefile.am	29 Nov 2006 16:35:38 -0000	1.10
@@ -77,8 +77,8 @@
 	goocanvasenumtypes.c
 
 libgoocanvasinclude_HEADERS =			\
-	$(goo_canvas_public_headers)		\
-	$(goo_canvas_built_headers)
+	$(libgoocanvas_public_headers)		\
+	$(libgoocanvas_built_headers)
 
 
 goocanvasenumtypes.h: $(goo_canvas_public_headers) Makefile



More information about the cairo-commit mailing list