0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-07 21:05:34 +08:00
libzmq/bindings/Makefile.am

12 lines
128 B
Makefile
Raw Normal View History

if BUILD_JAVA
DIR_J = java
endif
if BUILD_PYTHON
DIR_P = python
endif
SUBDIRS = $(DIR_J) $(DIR_P)
DIST_SUBDIRS = java python