Fixed some problems found in testing. Now appears to be working fully.
[cocanwiki.git] / Makefile.config
index bac17d7..a66049f 100644 (file)
@@ -1,7 +1,7 @@
-# $Id: Makefile.config,v 1.16 2004/11/01 17:06:00 rich Exp $
+# $Id: Makefile.config,v 1.30 2006/03/27 16:43:43 rich Exp $
 
 PACKAGE := cocanwiki
-VERSION := 1.3.6
+VERSION := 1.4.0
 
 # Normally ignored.  However, if you are installing centrally (using
 # 'make pkg-install'), then the components are installed in the
@@ -11,3 +11,9 @@ VERSION := 1.3.6
 APACHECONFDIR := /etc/apache
 
 WIKIINSTALLDIR := /usr/share/cocanwiki
+
+# Location of PG'OCaml (http://merjis.com/developers/pgocaml)
+PGOCAMLDIR := $(HOME)/d/merjis/freeware/pgocaml
+
+# Location of the OCaml lib directory.
+OCAMLLIBDIR := $(shell ocamlc -where)
\ No newline at end of file