aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
blob: 02ef55faf5d5047cc25a4e1e95a9e3865f0eed2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS = classifier \
	  debug \
	  generator \
	  hello \
	  ipsec_api \
	  ipsec_crypto \
	  ipsec_offload \
	  l2fwd_simple \
	  l3fwd \
	  packet \
	  ping \
	  simple_pipeline \
	  switch \
	  sysinfo \
	  time \
	  timer \
	  traffic_mgmt

if HAVE_DW_ATOMIC_CMP_EXC
SUBDIRS += ipfragreass
endif