[cairo-commit] cairo-ocaml/test Makefile,1.9,1.10

Olivier Andrieu commit at pdx.freedesktop.org
Wed Aug 10 16:45:17 PDT 2005


Committed by: oandrieu

Update of /cvs/cairo/cairo-ocaml/test
In directory gabe:/tmp/cvs-serv32274/test

Modified Files:
	Makefile 
Log Message:
* src/* : adapt to cairo-0.6.0

* Makefile, config.make.in, configure.ac: 
specify version number in the configure.ac file


Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/test/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	18 Jul 2005 21:10:27 -0000	1.9
+++ Makefile	10 Aug 2005 23:45:15 -0000	1.10
@@ -36,10 +36,10 @@
 	$(OCAMLOPT) -w s -o $@ -I ../src -I $(LABLGTKDIR) lablgtk.cmxa cairo.cmxa cairo_lablgtk.cmxa gtkInit.cmx $^
 
 basket : basket.ml
-	$(OCAMLOPT) -o $@ -I ../src -I $(LABLGTKDIR) bigarray.cmxa cairo.cmxa $^
+	$(OCAMLOPT) -o $@ -I ../src bigarray.cmxa cairo.cmxa $^
 
 basket.b : basket.ml
-	$(OCAMLC) -g -o $@ -I ../src -I $(LABLGTKDIR) bigarray.cma cairo.cma $^
+	$(OCAMLC) -g -o $@ -I ../src bigarray.cma cairo.cma $^
 
 knockout : knockout.ml
 	$(OCAMLOPT) -o $@ -I ../src -I $(LABLGTKDIR) cairo.cmxa lablgtk.cmxa cairo_lablgtk.cmxa gtkInit.cmx $^




More information about the cairo-commit mailing list