* SchemaTypes.cs: Changed DataSet type for a more generic XmlSerializable.
[mono.git] / mcs / class / System.Configuration.Install / makefile.gnu
index 621a11e7b098b2b17d461881a186be5198bcddd0..1cd8d871d215b65dcdfe49e032c7c7c5c2391925 100644 (file)
@@ -1,10 +1,14 @@
 topdir = ../..
 
-LIBRARY = ../lib/System.Configuration.Install.dll
+TEST_DIR= Test
+LIBRARY = $(topdir)/class/lib/System.Configuration.Install.dll
 
 LIB_LIST = list.unix
-LIB_FLAGS = -r corlib 
+LIB_FLAGS = -r corlib -r System
 
-export MONO_PATH_PREFIX = ../lib:
+SOURCES_INCLUDE=*.cs
+SOURCES_EXCLUDE=./Test*
 
-include ../library.make
+export MONO_PATH_PREFIX = $(topdir)/class/lib:
+
+include $(topdir)/class/library.make