aboutsummaryrefslogtreecommitdiff
path: root/example/switch/Makefile.am
blob: 4134bcf3d2961b02ad2e5fb4df2e2a678b1bf959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include $(top_srcdir)/example/Makefile.inc

bin_PROGRAMS = odp_switch$(EXEEXT)
odp_switch_LDFLAGS = $(AM_LDFLAGS) -static
odp_switch_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example

noinst_HEADERS = \
		  $(top_srcdir)/example/example_debug.h

dist_odp_switch_SOURCES = odp_switch.c

if test_example
if HAVE_PCAP
TESTS = switch_run.sh
endif
endif
EXTRA_DIST = switch_run.sh udp64.pcap