From ec9d1b17efcd982969ff001b5625165e7b5383c9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Install *.so files. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 0aaed4e..eacd01d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,7 +77,8 @@ endif # Install. install: - ocamlfind install augeas META *.mli *.cmx *.cma *.cmxa *.a *.cmi + ocamlfind install augeas \ + META *.mli *.cmx *.cma *.cmxa *.a augeas.cmi *.so # Standard rules. -- 1.8.3.1