aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
blob: 174dea6ddd04dd4dc3682a0d8510b83e1556a5f9 (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 \
	  ipsec_api \
	  ipsec_offload \
	  l2fwd_simple \
	  l3fwd \
	  packet \
	  ping \
	  simple_pipeline \
	  switch \
	  sysinfo \
	  time \
	  timer \
	  traffic_mgmt

if HAVE_DW_ATOMIC_CMP_EXC
SUBDIRS += ipfragreass
endif