0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-08 13:25:53 +08:00
libzmq/bindings/Makefile.am
2010-02-27 12:23:22 +01:00

12 lines
122 B
Makefile

if BUILD_JAVA
DIR_J = java
endif
if BUILD_RUBY
DIR_R = ruby
endif
SUBDIRS = $(DIR_J) $(DIR_R)
DIST_SUBDIRS = java ruby