summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2019-01-25 21:54:16 +0100
committerRenato Westphal <renato@opensourcerouting.org>2019-04-26 23:15:32 +0200
commitec2ac5f28a83c39b2df02279482494129ddaea28 (patch)
treea3a52ab9d5e4d47c810b275b54c61dbdb7ece835 /Makefile.am
parentlib: introduce a read-write lock for northbound configurations (diff)
downloadfrr-ec2ac5f28a83c39b2df02279482494129ddaea28.tar.xz
frr-ec2ac5f28a83c39b2df02279482494129ddaea28.zip
lib: add new gRPC-based northbound plugin
This is an experimental plugin for now. Full documentation will come later. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9c6c8663e..d5565104c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -123,6 +123,7 @@ include zebra/subdir.am
include watchfrr/subdir.am
include qpb/subdir.am
include fpm/subdir.am
+include grpc/subdir.am
include tools/subdir.am
include solaris/subdir.am
@@ -198,6 +199,7 @@ EXTRA_DIST += \
doc/user/Makefile \
eigrpd/Makefile \
fpm/Makefile \
+ grpc/Makefile \
isisd/Makefile \
ldpd/Makefile \
lib/Makefile \