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:
authorAtsushi Eno <atsushieno@gmail.com>2004-12-07 06:33:05 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-12-07 06:33:05 +0300
commita80e493e8a9e0a2af18ad67a67784349ee182227 (patch)
tree1ce33fae77248c66f276ea05672d07cd7001952b /mcs/class/Novell.Directory.Ldap
parentcbf9130401b98a7cddfe85de5d62c213e452add9 (diff)
2004-12-07 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : csc wanted ".dll" for Mono.Security svn path=/trunk/mcs/; revision=37280
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap')
-rw-r--r--mcs/class/Novell.Directory.Ldap/ChangeLog4
-rw-r--r--mcs/class/Novell.Directory.Ldap/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/ChangeLog b/mcs/class/Novell.Directory.Ldap/ChangeLog
index 49d3050809a..44e89bb9050 100644
--- a/mcs/class/Novell.Directory.Ldap/ChangeLog
+++ b/mcs/class/Novell.Directory.Ldap/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-07 Atsushi Enomoto <atsushi@ximian.com>
+
+ * Makefile : csc wanted ".dll" for Mono.Security
+
2004-12-06 Anil Bhatia <banil@novell.com>
* Updated with support for SSL,
diff --git a/mcs/class/Novell.Directory.Ldap/Makefile b/mcs/class/Novell.Directory.Ldap/Makefile
index c8612f43d06..f44f03dff53 100644
--- a/mcs/class/Novell.Directory.Ldap/Makefile
+++ b/mcs/class/Novell.Directory.Ldap/Makefile
@@ -7,7 +7,7 @@ LIB_MCS_FLAGS = \
/nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 \
-r:$(corlib) \
-r:System.dll \
- -r:Mono.Security
+ -r:Mono.Security.dll
NO_TEST = yes