mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
10 lines
157 B
Makefile
10 lines
157 B
Makefile
include_HEADERS = include/zmq.h include/zmq.hpp
|
|
|
|
|
|
if BUILD_PYTHON
|
|
DIR_P = python
|
|
endif
|
|
|
|
SUBDIRS = src examples $(DIR_P)
|
|
DIST_SUBDIRS = src examples $(DIR_P)
|