summaryrefslogtreecommitdiffstats
path: root/bgpd/rfp-example
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2018-10-28 16:05:38 +0100
committerDavid Lamparter <equinox@diac24.net>2018-10-28 19:48:55 +0100
commit58596d3444b9abe9749776ab8c05a11d2f506f73 (patch)
tree6476205df03307f09d966568f7947289b8064bff /bgpd/rfp-example
parentbuild: crop excessive net-snmp library list (diff)
downloadfrr-58596d3444b9abe9749776ab8c05a11d2f506f73.tar.xz
frr-58596d3444b9abe9749776ab8c05a11d2f506f73.zip
build: make rfptest and ospfclient "noinst"
Both of these are testing/demo-style tools that don't make sense as part of a normal installation. So don't install them. NB: this is only the executables, libospfclient and the RFP code are not affected. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'bgpd/rfp-example')
-rw-r--r--bgpd/rfp-example/rfptest/subdir.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/rfp-example/rfptest/subdir.am b/bgpd/rfp-example/rfptest/subdir.am
index fa7c66011..9f6d33a85 100644
--- a/bgpd/rfp-example/rfptest/subdir.am
+++ b/bgpd/rfp-example/rfptest/subdir.am
@@ -3,7 +3,7 @@
#
if ENABLE_BGP_VNC
-sbin_PROGRAMS += bgpd/rfp-example/rfptest/rfptest
+noinst_PROGRAMS += bgpd/rfp-example/rfptest/rfptest
endif
bgpd_rfp_example_rfptest_rfptest_CFLAGS = -I$(top_srcdir)/bgpd/rfapi