mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
python build fix
This commit is contained in:
parent
77bc3790fa
commit
aacdb7a454
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user