src/Makefile.am: Fix "make distcheck".
authorFlorian Forster <octo@collectd.org>
Fri, 25 Jan 2013 13:48:29 +0000 (14:48 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 25 Jan 2013 13:48:29 +0000 (14:48 +0100)
commit8840387cd581d667a92039ae42d1191e8f480ece
tree9d47874d190d5b3bf0de5188efe4fcd58ae1916f
parentb261bd1250c789986f6917c16b41298187a69b2a
src/Makefile.am: Fix "make distcheck".

protoc-c has a weird handling of files not in the CWD: They have to be
specified with the "-I" option _and_ you need to specify the full path
to the file.
src/Makefile.am