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:
authorBen Maurer <benm@mono-cvs.ximian.com>2005-06-30 05:47:30 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2005-06-30 05:47:30 +0400
commitd9d340101193c05d3e0a075dff6159833b0c2fcc (patch)
tree6c6f5a6f537aa62f00f7b2317120b60810527788 /support
parent9879486c958176d09b9d175469e2b3e7b97fd90e (diff)
rename a la miguel
svn path=/trunk/mono/; revision=46753
Diffstat (limited to 'support')
-rw-r--r--support/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/support/Makefile.am b/support/Makefile.am
index 8e154d7b353..aab8af9e0f7 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = \
libMonoPosixHelper.la \
- libMonoWindowsSupport.la
+ libMonoSupportW.la
INCLUDES = \
$(GLIB_CFLAGS) \
@@ -68,13 +68,13 @@ libMonoPosixHelper_la_LIBADD = \
# libMonoPosixHelper_la_LDFLAGS = -no-undefined -version-info 1:0:1
libMonoPosixHelper_la_LDFLAGS = -no-undefined -avoid-version
-libMonoWindowsSupport_la_LDFLAGS = -no-undefined -avoid-version
+libMonoSupportW_la_LDFLAGS = -no-undefined -avoid-version
-libMonoWindowsSupport_la_SOURCES = \
+libMonoSupportW_la_SOURCES = \
supportw.c \
supportw.h
-libMonoWindowsSupport_la_LIBADD = \
+libMonoSupportW_la_LIBADD = \
$(top_builddir)/mono/io-layer/libwapi.la \
$(top_builddir)/mono/mini/libmono.la