From aacdb7a454686bfac93164d0e67e785658d48a3c Mon Sep 17 00:00:00 2001 From: tamara Date: Mon, 24 Aug 2009 12:04:15 +0200 Subject: python build fix --- Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c84eda2..ac934d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,9 @@ include_HEADERS = include/zmq.h include/zmq.hpp -SUBDIRS = src examples python -DIST_SUBDIRS = src examples python + +if BUILD_PYTHON +DIR_P = python +endif + +SUBDIRS = src examples $(DIR_P) +DIST_SUBDIRS = src examples $(DIR_P) -- cgit v1.2.3