[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / I18N / MidEast / Makefile
index 083bbf0f2308980e227f15d75f7adefa416f94b4..1fa7d0533d3dd676a1656c646e06cea44da2cd7b 100644 (file)
@@ -3,10 +3,12 @@ SUBDIRS =
 include ../../../build/rules.make
 
 LIBRARY = I18N.MidEast.dll
-LIBRARY_USE_INTERMEDIATE_FILE = yes
-LOCAL_MCS_FLAGS = /r:$(corlib) /r:I18N.dll /unsafe
-NO_TEST = yes
+LIB_REFS = I18N
+KEYFILE = ../../mono.pub
+LOCAL_MCS_FLAGS = /unsafe
+TEST_LIB_REFS = I18N
 
-EXTRA_DISTFILES = $(wildcard *.ucm)
+EXTRA_DISTFILES = $(wildcard *.ucm) \
+       $(wildcard Test/texts/*.txt)
 
 include ../../../build/library.make