2003-01-17 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mcs / class / System.Runtime.Remoting / makefile.gnu
index 5fe6dac06be2d565c1ee1ad8a2990f3dffa4ce05..9e7997f16918f8116f6ae0aa3e3e67e9653fe4bc 100644 (file)
@@ -1,13 +1,13 @@
 topdir = ../..
 
-LIBRARY = ../lib/System.Runtime.Remoting.dll
+LIBRARY = $(topdir)/class/lib/System.Runtime.Remoting.dll
 
-LIB_LIST = list
+LIB_LIST = unix.args
 LIB_FLAGS = -r corlib -r System
 
 SOURCES_INCLUDE=*.cs
 SOURCES_EXCLUDE=./Test*
 
-export MONO_PATH_PREFIX = ../lib:
+export MONO_PATH_PREFIX = $(topdir)/class/lib:
 
-include ../library.make
+include $(topdir)/class/library.make