summaryrefslogtreecommitdiff
path: root/perf/Makefile.am
blob: 87c4833907f6a90ad5579e8f95f33ee32ce9db46 (plain)
1
2
3
4
5
6
7
8
9
10
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