Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gnunit
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2005-05-18 21:50:41 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-05-18 21:50:41 +0400
commitbc118c62295bbf2879c9ca6669e216ce00155a2d (patch)
treecbfb533e7dee5ba5250ead5cc59ecaffa29e52e3 /gnunit
parent6eeaca1d79e733c36719b0625dad5c755e0d441e (diff)
gnunit2 must be built with gmcs to use 2.0 libraries
svn path=/trunk/mono-tools/; revision=44700
Diffstat (limited to 'gnunit')
-rw-r--r--gnunit/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnunit/src/Makefile.am b/gnunit/src/Makefile.am
index 3034e38b..1c0624e7 100644
--- a/gnunit/src/Makefile.am
+++ b/gnunit/src/Makefile.am
@@ -43,8 +43,8 @@ gnunit.exe: $(gnunit_sources_build) $(resources)
$(MCS) $(MCSFLAGS) $(local_flags) $(ress) -out:$@ $(gnunit_sources_build)
gnunit2.exe: gnunit.exe
- cp $^ $@
-
+ $(GMCS) $(MCSFLAGS) $(local_flags) $(ress) -out:$@ $(gnunit_sources_build)
+
installschema:
GCONF_CONFIG_SOURCE="" gconftool-2 --makefile-install-rule $(schema)