summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-05-28 08:41:51 +0200
committerColin Walters <walters@verbum.org>2012-05-28 08:41:51 +0200
commitb030d03646c673b37539b54e301d1ea38a60084a (patch)
tree7745f2f3d3939da98fe5381ee572152c263bb3d8 /Makefile.am
parentcee523c30ea14a4040eb8f4a5b4acf584bad0c53 (diff)
downloadlibpwquality-b030d03646c673b37539b54e301d1ea38a60084a.tar.gz
build: Add --disable-python-bindings option
--- Makefile.am | 5 ++++- configure.in | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletions(-)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 40aed1c..9a334f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,10 @@
AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news
-SUBDIRS = po src python doc
+SUBDIRS = po src doc
+if BUILD_PYTHON_BINDINGS
+SUBDIRS += python
+endif
CLEANFILES = *~