aboutsummaryrefslogtreecommitdiffstats
path: root/backends/protobuf/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix protobuf backend build dependenciesthe6p4c2021-09-171-0/+2
| | | | | | | backends/protobuf/protobuf.cc depends on the source and header files generated by protoc, but this dependency wasn't explicitly declared. Add a rule to the Makefile to fix intermittent build failures when the protobuf header/source file isn't built before protobuf.cc.
* Fix protobuf buildSergiusz Bazanski2018-06-201-1/+1
|
* Add Protobuf backendSerge Bazanski2018-06-191-0/+8
Signed-off-by: Serge Bazanski <q3k@symbioticeda.com>