X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=diskzip%2FMakefile.in;h=39ef864e5173110e1c486a377f6e8b37f701019c;hb=11e0989400d8eb8be4c013ba478d8f0b6937fb4d;hp=6cbc50ecf408af93c38c7fe29318df0e3d2d02a9;hpb=817ac8746e7e69df161e8ce45e1ee4a3282469d3;p=virt-df.git diff --git a/diskzip/Makefile.in b/diskzip/Makefile.in index 6cbc50e..39ef864 100644 --- a/diskzip/Makefile.in +++ b/diskzip/Makefile.in @@ -1,4 +1,5 @@ # diskzip +# @configure_input@ # Copyright (C) 2007-2008 Red Hat Inc., Richard W.M. Jones # # This program is free software; you can redistribute it and/or modify @@ -34,17 +35,17 @@ ifneq ($(pkg_gettext),no) OCAMLCPACKAGES += -package gettext-stub endif -OBJS := diskzip_gettext.cmo diskzip.cmo +OBJS := diskzip_gettext.cmo diskzip_bitmap.cmo diskzip.cmo XOBJS := $(OBJS:.cmo=.cmx) SYNTAX := -pp "camlp4o -I`ocamlc -where`/bitmatch pa_bitmatch.cmo" -OCAMLCFLAGS := -g -w s $(SYNTAX) +OCAMLCFLAGS := @OCAMLCFLAGS@ $(SYNTAX) #OCAMLCLIBS := -linkpkg diskimage.cma OCAMLCLIBS := -linkpkg bitmatch.cma diskimage.cma OCAMLOPTPACKAGES := $(OCAMLCPACKAGES) -OCAMLOPTFLAGS := -w s $(SYNTAX) +OCAMLOPTFLAGS := @OCAMLOPTFLAGS@ $(SYNTAX) #OCAMLOPTLIBS := -linkpkg diskimage.cmxa OCAMLOPTLIBS := -linkpkg bitmatch.cmxa diskimage.cmxa