From 31a24b656050878af31122b085a345cfe35e742b Mon Sep 17 00:00:00 2001 From: Hongjun Ni Date: Tue, 7 Aug 2018 23:40:48 +0800 Subject: Remove FIB_1.0 support and fix FIB_2.0 issue Change-Id: I90e593993851a364b728034c13e8e69852b558c4 Signed-off-by: Hongjun Ni --- router/Makefile.am | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'router/Makefile.am') diff --git a/router/Makefile.am b/router/Makefile.am index b9de6a1..a4387dd 100644 --- a/router/Makefile.am +++ b/router/Makefile.am @@ -3,10 +3,15 @@ AUTOMAKE_OPTIONS = foreign subdir-objects AM_CFLAGS = -Wall -I@TOOLKIT_INCLUDE@ lib_LTLIBRARIES = router.la -router_la_SOURCES = router/tap_inject.c \ - router/tap_inject_netlink.c \ - router/tap_inject_node.c \ - router/tap_inject_tap.c +router_la_SOURCES = \ + router/tap_inject.c \ + router/tap_inject_netlink.c \ + router/tap_inject_node.c \ + router/tap_inject_tap.c + +nobase_include_HEADERS = \ + router/tap_inject.h + router_la_LDFLAGS = -module router_la_LIBADD = -lrtnl -- cgit 1.2.3-korg