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
diff options
context:
space:
mode:
authorAndrew Jorgensen <ajorgensen@novell.com>2008-02-02 00:06:37 +0300
committerAndrew Jorgensen <ajorgensen@novell.com>2008-02-02 00:06:37 +0300
commitd1f967a12b3fccdbb60ea856997a5a97a6435579 (patch)
treefe710ab93ff0556f5f006414a9a75b87211b8210 /gendarme/framework
parentef1a1b13bd669b3489c136d07cbe94a87bd23ab5 (diff)
configure.in: get the path to Mono.Cecil.dll during configure
svn path=/trunk/mono-tools/; revision=94567
Diffstat (limited to 'gendarme/framework')
-rw-r--r--gendarme/framework/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendarme/framework/Makefile.am b/gendarme/framework/Makefile.am
index 582dc936..0ed9b5f7 100644
--- a/gendarme/framework/Makefile.am
+++ b/gendarme/framework/Makefile.am
@@ -33,7 +33,7 @@ framework_build_sources += $(framework_generated_sources)
mkdir ../bin
$(top_builddir)/gendarme/bin/Mono.Cecil.dll: ../bin/
- cp `pkg-config --variable=Libraries cecil` $(top_builddir)/gendarme/bin/
+ cp $(CECIL_ASM) $(top_builddir)/gendarme/bin/
../bin/Gendarme.Framework.dll: ../bin/ $(framework_build_sources) $(top_builddir)/gendarme/bin/Mono.Cecil.dll
$(GMCS) -debug -target:library -langversion:linq -r:$(top_builddir)/gendarme/bin/Mono.Cecil.dll -r:System.Xml.dll -out:$@ $(framework_build_sources)