0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-06 11:22:55 +08:00
libzmq/bindings/Makefile.am

16 lines
176 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
2010-01-28 12:45:12 +01:00
SUBDIRS = $(DIR_J) $(DIR_P) $(DIR_R)
DIST_SUBDIRS = java python ruby