From: Florian Forster Date: Thu, 3 Sep 2020 14:03:50 +0000 (+0200) Subject: Makefile.am: Add types.grpc.pb.{cc,h} to CLEANFILES. X-Git-Tag: collectd-5.12.0^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3567%2Fhead;p=thirdparty%2Fcollectd.git Makefile.am: Add types.grpc.pb.{cc,h} to CLEANFILES. --- diff --git a/Makefile.am b/Makefile.am index b1c408811..00947da07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,8 @@ CLEANFILES = \ prometheus.pb-c.h \ src/pinba.pb-c.c \ src/pinba.pb-c.h \ + types.grpc.pb.cc \ + types.grpc.pb.h \ types.pb.cc \ types.pb.h @@ -2403,9 +2405,9 @@ endif if HAVE_PROTOC3 if HAVE_GRPC_CPP -BUILT_SOURCES += collectd.grpc.pb.cc collectd.pb.cc types.pb.cc +BUILT_SOURCES += collectd.grpc.pb.cc types.grpc.pb.cc collectd.pb.cc types.pb.cc -collectd.grpc.pb.cc: $(srcdir)/proto/collectd.proto $(srcdir)/proto/types.proto +collectd.grpc.pb.cc types.grpc.pb.cc: $(srcdir)/proto/collectd.proto $(srcdir)/proto/types.proto $(V_PROTOC)$(PROTOC) -I$(srcdir)/proto \ --grpc_out=$(builddir) --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN) \ $(srcdir)/proto/collectd.proto $(srcdir)/proto/types.proto