]> git.proxmox.com Git - mirror_frr.git/blame - bgpd/rfp-example/rfptest/subdir.am
build: move RFPLDADD to bgpd/rfp-example/librfp
[mirror_frr.git] / bgpd / rfp-example / rfptest / subdir.am
CommitLineData
c12fcb4c
DL
1#
2# libtest
3#
4
5if ENABLE_BGP_VNC
6sbin_PROGRAMS += bgpd/rfp-example/rfptest/rfptest
7endif
8
9bgpd_rfp_example_rfptest_rfptest_CFLAGS = -I$(top_srcdir)/bgpd/rfapi
10bgpd_rfp_example_rfptest_rfptest_SOURCES = \
11 bgpd/rfp-example/rfptest/rfptest.c \
12 # end
13noinst_HEADERS += \
14 bgpd/rfp-example/rfptest/rfptest.h \
15 # end
16
17bgpd_rfp_example_rfptest_rfptest_LDADD = \
18 lib/libfrr.la \
78b37774 19 $(RFPLDADD) \
c12fcb4c 20 # end