X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FNovell.Directory.Ldap%2FMakefile;h=c5bfcea59efb9944419aa6557f64f047e568240d;hb=db09f4bbd604536b60003befc1dc02f5a2b55549;hp=a90a037d772230812e8e1ea6ca63045e0f77d24a;hpb=b585d00928892398dfbfc315ed78b8032fa14708;p=mono.git diff --git a/mcs/class/Novell.Directory.Ldap/Makefile b/mcs/class/Novell.Directory.Ldap/Makefile index a90a037d772..c5bfcea59ef 100644 --- a/mcs/class/Novell.Directory.Ldap/Makefile +++ b/mcs/class/Novell.Directory.Ldap/Makefile @@ -12,34 +12,42 @@ LIB_MCS_FLAGS = \ -r:rt.dll \ -r:J2SE.Helpers.dll \ $(RESX_RES:%=/res:%) - -RESCODEMESS = Novell.Directory.Ldap.Utilclass/Novell.Directory.Ldap.Utilclass.ResultCodeMessages.resources -EXCEPTMESS = Novell.Directory.Ldap.Utilclass/Novell.Directory.Ldap.Utilclass.ExceptionMessages.resources - -RESX_RES = \ - ${RESCODEMESS} \ - ${EXCEPTMESS} - else LIB_MCS_FLAGS = \ /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 \ -r:$(corlib) \ -r:System.dll \ - -r:Mono.Security.dll + -r:Mono.Security.dll \ + $(RESX_RES:%=/res:%) endif NO_TEST = yes include ../../build/library.make -ifeq (net_1_1_java, $(PROFILE)) +RESULTCODE_MESSAGES = Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources -$(the_lib) : $(RESX_RES) +RESX_RES = $(RESULTCODE_MESSAGES) -$(RESCODEMESS) : Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resx - $(RESGEN) $< $@ -$(EXCEPTMESS) : Novell.Directory.Ldap.Utilclass/ExceptionMessages.resx +$(the_lib): $(RESULTCODE_MESSAGES) + +$(RESULTCODE_MESSAGES): Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt $(RESGEN) $< $@ -endif +EXTRA_DISTFILES = \ + net_1_1_java_Novell.Directory.Ldap.dll.sources \ + Novell.Directory.Ldap.vmwcsproj \ + Novell.Directory.Ldap.Rfc2251/RfcLdapURL.cs \ + Novell.Directory.Ldap.Security.jvm/AuthenticationCallbackHandler.cs \ + Novell.Directory.Ldap.Security.jvm/ChangeLog \ + Novell.Directory.Ldap.Security.jvm/CreateContextPrivilegedAction.cs \ + Novell.Directory.Ldap.Security.jvm/ExchangeTokenPrivilegedAction.cs \ + Novell.Directory.Ldap.Security.jvm/Krb5Helper.cs \ + Novell.Directory.Ldap.Security.jvm/SecureStream.cs \ + Novell.Directory.Ldap.Security.jvm/UnwrapPrivilegedAction.cs \ + Novell.Directory.Ldap.Security.jvm/WrapPrivilegedAction.cs \ + Novell.Directory.Ldap.Utilclass/ExceptionMessages.resx \ + Novell.Directory.Ldap.Utilclass/ExceptionMessages.txt \ + Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resx \ + Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt