Separate local and remote functions.
[wrappi.git] / configure.ac
index 21832b1..79ed9c9 100644 (file)
@@ -55,10 +55,17 @@ if test "$OCAMLFIND" = "no"; then
     AC_MSG_ERROR([You must install OCaml findlib (the ocamlfind command)])
 fi
 
+dnl Library versioning.
+LIB_MINOR=`cat $srcdir/lib/LIB_MINOR`
+AC_SUBST(LIB_MINOR)
+
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile
                  APIs/Makefile
+                 examples/Makefile
                  generator/Makefile
-                 lib/Makefile
-                 preprocessor/Makefile])
+                 generator-lib/config.ml
+                 generator-lib/Makefile
+                 generator-macros/Makefile
+                 lib/Makefile])
 AC_OUTPUT