aboutsummaryrefslogtreecommitdiffstats
path: root/router/Makefile.am
blob: 2e9b38ff033be3d424cae778cbbf81c01933379e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AUTOMAKE_OPTIONS = foreign subdir-objects

AM_CFLAGS = -Wall -I@TOOLKIT_INCLUDE@

lib_LTLIBRARIES = router.la
router_la_SOURCES = router/router.c
router_la_LDFLAGS = -module
router_la_LIBADD = -lrtnl

if WITH_PLUGIN_TOOLKIT
install-data-hook:
	mkdir /usr/lib/vpp_plugins || true
	cp $(prefix)/lib/router.so.*.*.* /usr/lib/vpp_plugins
endif