Add more realistic type system.
[wrappi.git] / generator-lib / Makefile.am
index a33d115..f502f2d 100644 (file)
@@ -25,8 +25,8 @@ OCAMLOPTFLAGS = $(OCAMLCFLAGS)
 # In alphabetical order.
 SOURCES = \
        config.ml \
-       wrappi_globals.mli \
-       wrappi_globals.ml \
+       wrappi_accumulator.mli \
+       wrappi_accumulator.ml \
        wrappi_types.mli \
        wrappi_types.ml \
        wrappi_utils.mli \
@@ -37,7 +37,7 @@ OBJECTS = \
        config.cmo \
        wrappi_utils.cmo \
        wrappi_types.cmo \
-       wrappi_globals.cmo
+       wrappi_accumulator.cmo
 
 noinst_SCRIPTS = generator_lib.cma