mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
11 lines
133 B
Makefile
11 lines
133 B
Makefile
if BUILD_C
|
|
PERF_DIR_C = c
|
|
endif
|
|
|
|
if BUILD_CPP
|
|
PERF_DIR_CPP = cpp
|
|
endif
|
|
|
|
SUBDIRS = $(PERF_DIR_C) $(PERF_DIR_CPP)
|
|
DIST_SUBDIRS = c cpp
|