summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-09-14 16:47:54 +0000
committerHezekiah M. Carty <hcarty@atmos.umd.edu>2009-06-18 13:59:31 -0400
commita18e49881534d107bd012aea54448e871006657a (patch)
tree50c156f3b478e35167d3b47aca7b10cee966fcdd /src
parent62b8f56570d9d511439e95c650f8be297923d8cb (diff)
Add check from freetype2
* configure.ac: Add freetype2 to PKG_CHECK_MODULES call in addition to cairo. * src/Makefile: Remove .depend as part of make clean.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index edc5317..45b661e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -108,7 +108,7 @@ doc: $(DOCFILES:%.mli=%.cmi)
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"