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

20 lines
219 B
Makefile
Raw Normal View History

if BUILD_JAVA
DIR_J = java
endif
if BUILD_PYTHON
DIR_P = python
endif
2009-09-16 17:06:59 +02:00
if BUILD_RUBY
DIR_R = ruby
endif
2009-12-03 10:14:07 +01:00
if BUILD_CL
DIR_R = cl
endif
SUBDIRS = $(DIR_J) $(DIR_P) $(DIR_R) $(DIR_CL)
DIST_SUBDIRS = java python ruby cl