Added support for SSL, Ldap Events, Edir Events
[mono.git] / mcs / class / Novell.Directory.Ldap / Makefile
1 thisdir = class/Novell.Directory.Ldap
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Novell.Directory.Ldap.dll
6 LIB_MCS_FLAGS = \
7         /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 \
8         /r:$(corlib)                            \
9         /r:System.dll                           
10
11 NO_TEST = yes
12
13 include ../../build/library.make