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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@gmail.com>2014-09-01 21:25:07 +0400
committerRodrigo Kumpera <kumpera@gmail.com>2014-09-01 21:27:03 +0400
commit6bee6a7b18978aa6ce977b8b0f9ce19cf962f36b (patch)
treefd738aac8fa5964f5037116bcc892049a4a3d07e /data
parent01bc7c192306a90cb7acadbb72c937adbac14f66 (diff)
[runtime] Remove the interpreter.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 71cdc650fbc..32a13623cb9 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -27,13 +27,8 @@ SGENPCFILE=
endif
if JIT_SUPPORTED
-if INTERP_SUPPORTED
-pkgconfig_DATA= mono.pc mono-2.pc mint.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc monodoc.pc mono-lineeditor.pc system.web.extensions_1.0.pc \
- system.web.extensions.design_1.0.pc system.web.mvc.pc system.web.mvc2.pc system.web.mvc3.pc aspnetwebstack.pc reactive.pc xbuild12.pc $(SGENPCFILE)
-else
pkgconfig_DATA= mono.pc mono-2.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc monodoc.pc mono-lineeditor.pc system.web.extensions_1.0.pc \
system.web.extensions.design_1.0.pc system.web.mvc.pc system.web.mvc2.pc system.web.mvc3.pc aspnetwebstack.pc reactive.pc xbuild12.pc $(SGENPCFILE)
-endif
else
pkgconfig_DATA= mint.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc monodoc.pc mono-lineeditor.pc
endif