summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-02-04 18:45:19 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-02-04 18:45:19 (GMT)
commitff187d24b7441e88e1f0361d59b0f6f55851791f (patch)
treee340d88fb8189ef79f2c2d4193eea97be4fa003e /plugins/Makefile.am
parent9b35b89fce2499d5352f5323baec53abbf9a4af2 (diff)
Added an option to drop Python support at compilation time.
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 8731354..785a1ed 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,6 +1,8 @@
-if HAVE_PYTHON3_CONFIG
- PYTHON3_SUBDIRS = pychrysalide python
+if BUILD_PYTHON3_BINDINGS
+
+PYTHON3_SUBDIRS = pychrysalide python
+
endif
# androhelpers