aboutsummaryrefslogtreecommitdiff
path: root/src/contrib/service/Makefile.am
blob: 2d365106b7d6a11883c7e2d32ae01e1e58e0f2a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if HAVE_EXPERIMENTAL
 EXP_DIR = \
  rps \
  abd \
  auction
endif

if BUILD_PULSE_HELPERS
CONVERSATION_DIR = conversation
else
if BUILD_GST_HELPERS
CONVERSATION_DIR = conversation
endif
endif

SUBDIRS = \
	template \
	set \
	consensus \
	secretsharing \
	scalarproduct \
  $(CONVERSATION_DIR) \
	$(EXP_DIR)