Rename augeas_c.c -> augeas-c.c
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 6 Jun 2017 13:46:27 +0000 (14:46 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 6 Jun 2017 13:46:27 +0000 (14:46 +0100)
Just a file rename, no other change.

MANIFEST
Makefile.in
augeas-c.c [moved from augeas_c.c with 100% similarity]

index bba9709..abd06f3 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-augeas_c.c
+augeas-c.c
 augeas.ml
 augeas.mli
 configure.ac
index 724248f..8864725 100644 (file)
@@ -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.
similarity index 100%
rename from augeas_c.c
rename to augeas-c.c