[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / System.DirectoryServices / Makefile
1 thisdir = class/System.DirectoryServices
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.DirectoryServices.dll
6 LIB_REFS = System Novell.Directory.Ldap
7 LIB_MCS_FLAGS =
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
9
10 include ../../build/library.make