[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Sat Apr 6 21:29:23 CEST 2013


 .gitignore      |    3 +++
 configure.in    |   15 ++++++---------
 src/Makefile.am |   27 ++++++++++++++++++++-------
 3 files changed, 29 insertions(+), 16 deletions(-)

New commits:
commit 2ca216cdb1448df90add943702f0af9ba1bcd0c5
Author: Florian Forster <octo at collectd.org>
Date:   Sat Apr 6 12:29:07 2013 -0700

    .gitignore: Add src/*.pb-c.[ch]

commit 418f91fb7fef4815f12dea465adf161a2d548a58
Author: Florian Forster <octo at collectd.org>
Date:   Sat Apr 6 12:26:50 2013 -0700

    configure.in: Fix dependency of the pinba and write_riemann plugins.
    
    Since the generated *.pb-c.[ch] files are now included in the
    distribution, they only depend on the <google/protobuf-c/protobuf-c.h>
    header file, not the protobuf compiler.

commit 743dc15efbfebc5a3feefff14dcec03236fb3cb0
Author: Florian Forster <octo at collectd.org>
Date:   Sat Apr 6 12:25:26 2013 -0700

    src/Makefile.am: Move *.pb-c.[ch] to MAINTAINERCLEANFILES.
    
    Only generate build rules for these files if protoc-c is available and
    use the provided files from the distribution if it is not.

commit 0f9c7ce19f32c64ae54f0132763d9f38cf57b5b1
Author: Yves Mettier <ymettier at free.fr>
Date:   Sat Apr 6 11:14:27 2013 -0700

    src/Makefile.am: Include .c and .h files generated from Protocol Buffers in the distribution.
    
    Fixes Github issue #269.
    
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list