libzmq/perf/Makefile.am
2010-03-11 20:12:55 +01:00

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