]> git.proxmox.com Git - mirror_frr.git/commit - fpm/subdir.am
build: fix "make tags"
authorDavid Lamparter <equinox@diac24.net>
Tue, 17 Sep 2019 14:32:26 +0000 (16:32 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 17 Sep 2019 14:35:12 +0000 (16:35 +0200)
commit2d50cb8062d388191cb7a6803af991f9d46f4565
tree337c5624ed708b034dae412c377060a7100d7a61
parentb6534e248a22fa738c16bfccfdca3bec9ce721ea
build: fix "make tags"

Anything we list in a xxx_SOURCES variable will be included for "make
tags", including filess marked as nodist_xxx_SOURCES.  So if we don't
have Protobuf enabled, even though the entire library isn't built, "make
tags" will still try to process these files... which we can't
autogenerate because Protobuf is disabled.  Same for gRPC.

Fixes: #3266
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
fpm/subdir.am
grpc/subdir.am
qpb/subdir.am