summaryrefslogtreecommitdiffstats
path: root/bgpd
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2016-11-14 09:21:47 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2016-11-15 06:07:27 +0100
commit491871f72db812c03325c18a6f852ff52ce929b9 (patch)
tree0d39e4f50d206fcf281f92d723a8e6daab237661 /bgpd
parentbuild: don't use deprecation warning on ICC (diff)
downloadfrr-491871f72db812c03325c18a6f852ff52ce929b9.tar.xz
frr-491871f72db812c03325c18a6f852ff52ce929b9.zip
bgpd/rfapi: Fix missing files in distribution ("make dist") package
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bgpd')
-rw-r--r--bgpd/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/Makefile.am b/bgpd/Makefile.am
index 1730f5cdb..69c0504af 100644
--- a/bgpd/Makefile.am
+++ b/bgpd/Makefile.am
@@ -45,6 +45,8 @@ BGP_VNC_RFAPI_HD=rfapi/bgp_rfapi_cfg.h \
rfapi/vnc_export_table.h \
rfapi/vnc_import_bgp.h \
rfapi/vnc_zebra.h \
+ rfapi/vnc_export_bgp_p.h \
+ rfapi/vnc_import_bgp_p.h \
bgp_vnc_types.h $(BGP_VNC_RFP_HD)
else