Simple implementation of page bugs.
[cocanwiki.git] / scripts / Makefile
index cca402c..d77b120 100644 (file)
@@ -1,12 +1,12 @@
 # Makefile for COCANWIKI.
-# $Id: Makefile,v 1.45 2004/10/24 19:25:20 rich Exp $
+# $Id: Makefile,v 1.46 2005/04/02 17:30:54 rich Exp $
 
 include ../Makefile.config
 
 OCAMLC := ocamlc
 OCAMLCFLAGS := -w s \
-       -I +apache -I +pcre -I +dbi -I +extlib -I +netstring \
-       -I +gregoriandate -I lib
+       -I +apache -I +pcre -I +dbi -I +extlib -I +netstring -I +calendar \
+       -I lib
 CPP := cpp
 
 SRCS := $(wildcard *.ml)