summaryrefslogtreecommitdiffstats
path: root/bgpd/rfp-example/rfptest/subdir.am
blob: fa7c66011641e25b0b819b1b64bb71ae0fdc6570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# libtest
#

if ENABLE_BGP_VNC
sbin_PROGRAMS += bgpd/rfp-example/rfptest/rfptest
endif

bgpd_rfp_example_rfptest_rfptest_CFLAGS = -I$(top_srcdir)/bgpd/rfapi
bgpd_rfp_example_rfptest_rfptest_SOURCES = \
	bgpd/rfp-example/rfptest/rfptest.c \
	# end
noinst_HEADERS += \
	bgpd/rfp-example/rfptest/rfptest.h \
	# end

bgpd_rfp_example_rfptest_rfptest_LDADD = \
	lib/libfrr.la \
	$(RFPLDADD) \
	# end