2002-11-09 Tim Coleman <tim@timcoleman.com>
[mono.git] / mcs / class / Mono.Directory.LDAP / makefile.gnu
1 topdir = ../..
2
3 LIBRARY = ../lib/Mono.Directory.LDAP.dll
4
5 LIB_LIST = list
6 LIB_FLAGS = -r corlib -r System -r System.Data -r mscorlib
7
8 SOURCES_INCLUDE=*.cs
9 SOURCES_EXCLUDE=\
10         ./Test*
11
12 export MONO_PATH_PREFIX = ../lib:
13
14 include ../library.make