mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 03:19:00 +08:00
8 lines
74 B
Makefile
8 lines
74 B
Makefile
if BUILD_JAVA
|
|
DIR_J = java
|
|
endif
|
|
|
|
SUBDIRS = $(DIR_J)
|
|
DIST_SUBDIRS = java
|
|
|