X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=88647258ac66d4dcd4fd90e9eac430a30ccaef41;hb=afec0d966f7bd8df863672bb16de20bb641746e7;hp=724248f8861852b10dea5f51e53f6df006437492;hpb=6308530c6b27034c288252dda22ab2222a3e94bc;p=ocaml-augeas.git diff --git a/Makefile.in b/Makefile.in index 724248f..8864725 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,10 +42,10 @@ export LIBRARY_PATH = . all: mlaugeas.cma mlaugeas.cmxa test_augeas -mlaugeas.cma: augeas_c.o augeas.cmo +mlaugeas.cma: augeas-c.o augeas.cmo ocamlmklib $(LDFLAGS) $(LIBS) -o mlaugeas $^ -mlaugeas.cmxa: augeas_c.o augeas.cmx +mlaugeas.cmxa: augeas-c.o augeas.cmx ocamlmklib $(LDFLAGS) $(LIBS) -o mlaugeas $^ # Test program.