14 lines
328 B
Makefile
14 lines
328 B
Makefile
thisdir = class/System.DirectoryServices.Protocols
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.DirectoryServices.Protocols.dll
|
|
LIB_MCS_FLAGS = \
|
|
/r:System.dll \
|
|
/r:System.DirectoryServices.dll \
|
|
/r:System.Xml.dll \
|
|
|
|
NO_TEST = yes
|
|
|
|
include ../../build/library.make
|