From: Florian Forster Date: Wed, 10 Apr 2013 14:54:27 +0000 (+0200) Subject: src/Makefile.am: Add *.proto to EXTRA_DIST. D'oh! X-Git-Tag: collectd-5.3.0~1 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=455309ed2ae4872633e03fbcb620016f5ba3d2b5 src/Makefile.am: Add *.proto to EXTRA_DIST. D'oh! --- diff --git a/src/Makefile.am b/src/Makefile.am index 59915225..10fa165a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1433,8 +1433,9 @@ EXTRA_DIST += collectd.conf.pod \ echo "$@ has some POD errors!"; false; \ fi -if HAVE_PROTOC_C # Protocol buffer for the "pinba" plugin. +EXTRA_DIST += pinba.proto +if HAVE_PROTOC_C CLEANFILES += pinba.pb-c.c pinba.pb-c.h BUILT_SOURCES += pinba.pb-c.c pinba.pb-c.h @@ -1442,8 +1443,9 @@ pinba.pb-c.c pinba.pb-c.h: pinba.proto protoc-c -I$(srcdir) --c_out . $(srcdir)/pinba.proto endif -if HAVE_PROTOC_C # Protocol buffer for the "write_riemann" plugin. +EXTRA_DIST += riemann.proto +if HAVE_PROTOC_C CLEANFILES += riemann.pb-c.c riemann.pb-c.h BUILT_SOURCES += riemann.pb-c.c riemann.pb-c.h