X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.config;h=1d1379757a83a8ad02801cb61bcd0ef198fa00eb;hb=3ecaebc82044201b544d98c1c343a5aa894cc9f6;hp=e3a1039482f70b1dedc536553a970de5ec9ae359;hpb=ca5c0933addc2b872316df28789f7de81281c3fe;p=perl4caml.git diff --git a/Makefile.config b/Makefile.config index e3a1039..1d13797 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,5 +1,5 @@ # perl4caml configuration -*- Makefile -*- -# $Id: Makefile.config,v 1.2 2003-10-12 12:14:06 rich Exp $ +# $Id: Makefile.config,v 1.8 2003-10-16 09:38:46 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.2.0 +VERSION := 0.3.3