mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-08 13:25:53 +08:00
12 lines
122 B
Makefile
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
|
|
|