X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.config;h=043ba7a596f171a20dd237fcf8e78997d884e7e3;hb=fae1d1e9b2ea4b5f7995063ccb792298f1974afc;hp=69129b9679190c9774d94e78170d6f6077bd6d7c;hpb=3dc06cb02e8eb4d375e4af3ef246ceb235c95e1d;p=perl4caml.git diff --git a/Makefile.config b/Makefile.config index 69129b9..043ba7a 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,5 +1,5 @@ # perl4caml configuration -*- Makefile -*- -# $Id: Makefile.config,v 1.5 2003-10-14 16:46:13 rich Exp $ +# $Id: Makefile.config,v 1.11 2003-10-26 10:20:19 rich Exp $ # PERLINCDIR # Directory containing the Perl include files, eg. . @@ -7,11 +7,12 @@ PERLINCDIR := $(shell perl -MConfig -e 'print "$$Config{archlib}/CORE"') # OCAMLLIBDIR -# This is where we will install perl4caml. +# This is where we will install perl4caml (actually in the /perl subdirectory +# of this, so you will need to add '-I +perl' when compiling programs). OCAMLLIBDIR := $(shell ocamlc -where) # PACKAGE and VERSION PACKAGE := perl4caml -VERSION := 0.3.1 +VERSION := 0.3.6