Merge pull request #1514 from directhex/master
[mono.git] / mcs / class / System.DirectoryServices.Protocols / Makefile
1 thisdir = class/System.DirectoryServices.Protocols
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.DirectoryServices.Protocols.dll
6 LIB_REFS = System System.DirectoryServices System.Xml
7 LIB_MCS_FLAGS = \
8                 /r:System.dll \
9                 /r:System.DirectoryServices.dll \
10                 /r:System.Xml.dll \
11
12 NO_TEST = yes
13
14 include ../../build/library.make