X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=bitmatch_config.ml.in;h=b1722bdf89d8fc00eb52548eb4d71267c42afe06;hb=9c50223e129d33742f2d172edff5761f8b4b8195;hp=9645f0d0c7b09d0f622ff1efbfb083a4f204d1d1;hpb=97cd7dd22059a1c5ca72852130ac430aa713e968;p=ocaml-bitstring.git diff --git a/bitmatch_config.ml.in b/bitmatch_config.ml.in index 9645f0d..b1722bd 100644 --- a/bitmatch_config.ml.in +++ b/bitmatch_config.ml.in @@ -6,7 +6,8 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2 of the License, or (at your option) any later version, + * with the OCaml linking exception described in COPYING.LIB. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -17,7 +18,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: bitmatch.ml,v 1.14 2008-05-12 20:32:55 rjones Exp $ + * $Id$ *) (* This file contains general configuration settings, set by the @@ -28,3 +29,4 @@ let nativeendian = Bitmatch_types.@NATIVEENDIAN@ let package = "@PACKAGE_NAME@" let version = "@PACKAGE_VERSION@" +let ocamllibdir = "@OCAMLLIB@"