mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 23:36:04 +00:00
13 lines
200 B
Makefile
13 lines
200 B
Makefile
include_HEADERS = include/zmq.h include/zmq.hpp
|
|
|
|
if BUILD_PYTHON
|
|
DIR_P = python
|
|
endif
|
|
|
|
if BUILD_RUBY
|
|
DIR_R = ruby
|
|
endif
|
|
|
|
SUBDIRS = src perf $(DIR_P) $(DIR_R)
|
|
DIST_SUBDIRS = src perf $(DIR_P) $(DIR_R)
|