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

12 lines
128 B
Makefile

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