X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;fp=Makefile;h=5eda54955593863d6de660c83e59b5c311bd4dc8;hb=11c66cbe2c13bd7a392669f9abb65e82a000eb20;hp=41c3cee6513d2d73ea8d3b3f071b40f7a0fa6add;hpb=88becff73ee0dda06c948273891fa609390fc538;p=ocaml-ancient.git diff --git a/Makefile b/Makefile index 41c3cee..5eda549 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,8 @@ include Makefile.config CC := gcc CFLAGS := -g -fPIC -Wall -Werror \ -DOCAML_VERSION_MAJOR=$(OCAML_VERSION_MAJOR) \ - -DOCAML_VERSION_MINOR=$(OCAML_VERSION_MINOR) + -DOCAML_VERSION_MINOR=$(OCAML_VERSION_MINOR) \ + -I$(shell ocamlc -where) OCAMLCFLAGS := -g OCAMLCPACKAGES := -package unix