[cairo-commit] cairo-ocaml/src Makefile,1.11,1.12
Carl Worth
commit at pdx.freedesktop.org
Wed Sep 14 09:47:56 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo-ocaml/src
In directory gabe:/tmp/cvs-serv13655/src
Modified Files:
Makefile
Log Message:
2005-09-14 Carl Worth <cworth at cworth.org>
* configure.ac: Add freetype2 to PKG_CHECK_MODULES call in
addition to cairo.
* src/Makefile: Remove .depend as part of make clean.
Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/src/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile 18 Jul 2005 21:10:27 -0000 1.11
+++ Makefile 14 Sep 2005 16:47:54 -0000 1.12
@@ -108,7 +108,7 @@
ocamldoc -v -html -d ../doc/html -t Cairo-ocaml $(if $(LABLGTKDIR),-I $(LABLGTKDIR)) $(DOCFILES)
clean :
- rm -f *.cm* *.o *.a *.so
+ rm -f *.cm* *.o *.a *.so .depend
.depend : $(wildcard *.ml *.mli)
@echo "making deps"
More information about the cairo-commit
mailing list