diff options
author | Quentin Young <qlyoung@users.noreply.github.com> | 2019-05-07 22:53:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-07 22:53:17 +0200 |
commit | 6915af74fd47378c422b24dc87579103a90ede86 (patch) | |
tree | 4235c445ab0a720d8c7d84fbe7f3adc0d98c7e00 /Makefile.am | |
parent | Merge pull request #4215 from Orange-OpenSource/TE (diff) | |
parent | lib: add new gRPC-based northbound plugin (diff) | |
download | frr-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.am | 2 |
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 \ |