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

if HAVE_DW_ATOMIC_CMP_EXC
SUBDIRS += ipfragreass
endif