python build fix

This commit is contained in:
tamara 2009-08-24 12:04:15 +02:00
parent 77bc3790fa
commit aacdb7a454

View File

@ -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)