From: Richard W.M. Jones Date: Tue, 6 Jun 2017 13:46:27 +0000 (+0100) Subject: Rename augeas_c.c -> augeas-c.c X-Git-Tag: v0.6~35 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=ddfd3f8bea4d92c802bfcca21e1523b9be06982c;p=ocaml-augeas.git Rename augeas_c.c -> augeas-c.c Just a file rename, no other change. --- diff --git a/MANIFEST b/MANIFEST index bba9709..abd06f3 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,4 @@ -augeas_c.c +augeas-c.c augeas.ml augeas.mli configure.ac 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. diff --git a/augeas_c.c b/augeas-c.c similarity index 100% rename from augeas_c.c rename to augeas-c.c