Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2005-05-21 01:07:12 +0400
committerZoltan Varga <vargaz@gmail.com>2005-05-21 01:07:12 +0400
commit16b1df54093b605337038c9d8b867bef857f661f (patch)
tree2e170c6a196931e1b6153d6233829b01411406ca /support
parent549d091c768ea1f16f6985bf2c17b3e1e72681c8 (diff)
2005-05-20 Zoltan Varga <vargaz@freemail.hu>
* Makefile.am (MPH_C_SOURCE): Add map-icalls.h. Fixes #75012. svn path=/trunk/mono/; revision=44849
Diffstat (limited to 'support')
-rw-r--r--support/ChangeLog4
-rw-r--r--support/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 697012885ad..2659ff82018 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-20 Zoltan Varga <vargaz@freemail.hu>
+
+ * Makefile.am (MPH_C_SOURCE): Add map-icalls.h. Fixes #75012.
+
2005-05-18 Jonathan Pryor <jonpryor@vt.edu>
* map-icalls.h: Added; auto-generated file which contains Mono_Posix_*
diff --git a/support/Makefile.am b/support/Makefile.am
index 9e62bdf3717..9eb4fdb4e0b 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -13,7 +13,8 @@ MPH_C_SOURCE = \
mph.h \
signal.c \
stdio.c \
- stdlib.c
+ stdlib.c \
+ map-icalls.h
# Source code which helps implement POSIX and other related Unix standards,
# and *may* be portable between Unix platforms.