2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.DirectoryServices / Makefile
blobd6c9bc66cb97c8e48b7cf4655ec81b381ce602e6
1 thisdir = class/System.DirectoryServices
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.DirectoryServices.dll
6 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Novell.Directory.Ldap.dll
7 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
9 include ../../build/library.make