X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile.am;h=546aa85fe79de8c910aa225610db609a33389961;hb=745a40481d51dc8ae6e4819818d51ed5518ed43b;hp=2618029a4bfdc6d674785ea24cfd2d92bc03fffc;hpb=f61f266a0e484d3ba78a644f36a3a4f7113cfc74;p=mirror_frr.git diff --git a/Makefile.am b/Makefile.am index 2618029a4..546aa85fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,7 +96,6 @@ noinst_LIBRARIES = nodist_noinst_DATA = lib_LTLIBRARIES = module_LTLIBRARIES = -libyang_plugins_LTLIBRARIES = pkginclude_HEADERS = nodist_pkginclude_HEADERS = dist_examples_DATA = @@ -111,7 +110,6 @@ vtysh_scan = $(AUTOMAKE_DUMMY)install-moduleLTLIBRARIES: install-libLTLIBRARIES $(AUTOMAKE_DUMMY)install-binPROGRAMS: install-libLTLIBRARIES $(AUTOMAKE_DUMMY)install-sbinPROGRAMS: install-libLTLIBRARIES -$(AUTOMAKE_DUMMY)install-libyang_pluginsLTLIBRARIES: install-libLTLIBRARIES include doc/subdir.am include doc/user/subdir.am @@ -123,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 @@ -198,6 +197,7 @@ EXTRA_DIST += \ doc/user/Makefile \ eigrpd/Makefile \ fpm/Makefile \ + grpc/Makefile \ isisd/Makefile \ ldpd/Makefile \ lib/Makefile \ @@ -207,7 +207,6 @@ EXTRA_DIST += \ ospfd/Makefile \ pbrd/Makefile \ pimd/Makefile \ - ports/Makefile \ qpb/Makefile \ ripd/Makefile \ ripngd/Makefile \