From d535f681685a3f775fe04c2006cae49c7dad95ab Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Wed, 19 Jan 2005 16:22:11 +0000 Subject: [PATCH] 2005-01-19 Zoltan Varga * Makefile.am (DIST_SUBDIRS): Distribute ikvm-native. svn path=/trunk/mono/; revision=39184 --- ChangeLog | 4 ++++ Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index adbe0fb915b..f0a064d72c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-01-19 Zoltan Varga + + * Makefile.am (DIST_SUBDIRS): Distribute ikvm-native. + 2005-01-15 Zoltan Varga * scripts/Makefile.am (bin_SCRIPTS): Remove whitespace after \. diff --git a/Makefile.am b/Makefile.am index 91831daaae2..f98828c58fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = $(libgc_dir) mono $(ikvm_native_dir) support docs data runtime scripts # Keep in sync with SUBDIRS ## 'tools' is not normally built -DIST_SUBDIRS = libgc mono docs data runtime scripts man samples support web tools +DIST_SUBDIRS = libgc mono docs data runtime scripts man samples ikvm-native support web tools EXTRA_DIST= mono.pc.in mono.spec.in mint.pc.in -- 2.25.1