summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2019-05-07 22:53:17 +0200
committerGitHub <noreply@github.com>2019-05-07 22:53:17 +0200
commit6915af74fd47378c422b24dc87579103a90ede86 (patch)
tree4235c445ab0a720d8c7d84fbe7f3adc0d98c7e00 /Makefile.am
parentMerge pull request #4215 from Orange-OpenSource/TE (diff)
parentlib: add new gRPC-based northbound plugin (diff)
downloadfrr-6915af74fd47378c422b24dc87579103a90ede86.tar.xz
frr-6915af74fd47378c422b24dc87579103a90ede86.zip
Merge pull request #4082 from opensourcerouting/grpc-nb-plugin
gRPC northbound plugin
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 5b9f26f7b..546aa85fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -121,6 +121,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
@@ -196,6 +197,7 @@ EXTRA_DIST += \
doc/user/Makefile \
eigrpd/Makefile \
fpm/Makefile \
+ grpc/Makefile \
isisd/Makefile \
ldpd/Makefile \
lib/Makefile \