mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-31 14:39:55 +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)
|