aboutsummaryrefslogtreecommitdiff
path: root/example/switch/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'example/switch/Makefile.am')
-rw-r--r--example/switch/Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/example/switch/Makefile.am b/example/switch/Makefile.am
index 4134bcf3d..2fb21bc41 100644
--- a/example/switch/Makefile.am
+++ b/example/switch/Makefile.am
@@ -1,13 +1,8 @@
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
+bin_PROGRAMS = odp_switch
-noinst_HEADERS = \
- $(top_srcdir)/example/example_debug.h
-
-dist_odp_switch_SOURCES = odp_switch.c
+odp_switch_SOURCES = odp_switch.c
if test_example
if HAVE_PCAP