X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=bitmatch_config.ml.in;h=09fda2e675e3e232aead201f1b4b9237c37aa278;hb=2f188daa74d22b8762e1319608155d6ea227d835;hp=9645f0d0c7b09d0f622ff1efbfb083a4f204d1d1;hpb=97cd7dd22059a1c5ca72852130ac430aa713e968;p=ocaml-bitstring.git diff --git a/bitmatch_config.ml.in b/bitmatch_config.ml.in index 9645f0d..09fda2e 100644 --- a/bitmatch_config.ml.in +++ b/bitmatch_config.ml.in @@ -17,7 +17,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 +28,4 @@ let nativeendian = Bitmatch_types.@NATIVEENDIAN@ let package = "@PACKAGE_NAME@" let version = "@PACKAGE_VERSION@" +let ocamllibdir = "@OCAMLLIB@"