summaryrefslogtreecommitdiffstats
path: root/bgpd/subdir.am
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2021-01-19 13:17:03 +0100
committerGitHub <noreply@github.com>2021-01-19 13:17:03 +0100
commitc0b6ef23f74ef05f6a7550b78590e31605e7f90f (patch)
tree42c8bfea591bb848a0ca4e6ff41116bb62277d34 /bgpd/subdir.am
parentMerge pull request #7790 from mobash-rasool/ospfv3-max-path (diff)
parentdebian: work around NetDef CI missing lua packages (diff)
downloadfrr-c0b6ef23f74ef05f6a7550b78590e31605e7f90f.tar.xz
frr-c0b6ef23f74ef05f6a7550b78590e31605e7f90f.zip
Merge pull request #7639 from qlyoung/frr-lua
Scripting
Diffstat (limited to 'bgpd/subdir.am')
-rw-r--r--bgpd/subdir.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/subdir.am b/bgpd/subdir.am
index ac84f4b9e..df1555c32 100644
--- a/bgpd/subdir.am
+++ b/bgpd/subdir.am
@@ -96,6 +96,7 @@ bgpd_libbgp_a_SOURCES = \
bgpd/bgp_regex.c \
bgpd/bgp_route.c \
bgpd/bgp_routemap.c \
+ bgpd/bgp_script.c \
bgpd/bgp_table.c \
bgpd/bgp_updgrp.c \
bgpd/bgp_updgrp_adv.c \
@@ -175,6 +176,7 @@ noinst_HEADERS += \
bgpd/bgp_rd.h \
bgpd/bgp_regex.h \
bgpd/bgp_route.h \
+ bgpd/bgp_script.h \
bgpd/bgp_table.h \
bgpd/bgp_updgrp.h \
bgpd/bgp_vpn.h \