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/tools
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2020-04-30 15:19:35 +0300
committerGitHub <noreply@github.com>2020-04-30 15:19:35 +0300
commit3148398386f577c4a031c50f0d4c6261314f9d31 (patch)
tree3a9ec7a43d0b3a28073418d48f8ccc2429564894 /tools
parente93468757541bb166b72267c0ef1ae4a282262fe (diff)
Disable a few executables if DISABLE_EXECUTABLES is defined. (#19678)
Diffstat (limited to 'tools')
-rw-r--r--tools/sgen/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/sgen/Makefile.am b/tools/sgen/Makefile.am
index 594ba33478d..514e03cd89a 100644
--- a/tools/sgen/Makefile.am
+++ b/tools/sgen/Makefile.am
@@ -1,6 +1,8 @@
if !ENABLE_MSVC_ONLY
+if !DISABLE_EXECUTABLES
bin_PROGRAMS = sgen-grep-binprot
+endif
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)