From 11e62b93949c13dae1252432cac7986bb4bc3c90 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 20 Aug 2001 23:41:34 +0000 Subject: 2001-08-20 Miguel de Icaza * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us to pass make distcheck * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl * configure.in, Makefile.am, runtime/Makefile.am (dist-hook, install-data-hook): Added mechanism to distribute and install the dll files. svn path=/trunk/mono/; revision=527 --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 16f7684f955..3df24b068d6 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT(README) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(mono, 0.5) +AM_INIT_AUTOMAKE(mono, 0.6) AM_MAINTAINER_MODE AC_PROG_CC @@ -44,5 +44,6 @@ mono/cli/Makefile mono/interpreter/Makefile mono/tests/Makefile mono/wrapper/Makefile +runtime/Makefile doc/Makefile ]) -- cgit v1.2.3