Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-07 | Use AC_PATH_PROG for protoc-c | Benjamin Franzke | 1 | -13/+0 | |
Also move PROTOC_C substution directly into src/protoc-c.sh.in instead of src/Makefile.am | |||||
2011-07-11 | protoc-c.sh: Build in suffixed-subdirs | Benjamin Franzke | 1 | -5/+7 | |
Fixes race in parallel build. | |||||
2011-07-11 | Add protoc-c wrapper build script | Benjamin Franzke | 1 | -0/+11 | |
- Fixes simultaneous generation of mumble.pb-c.[ch] - Fixes out of source build (protoc-c's --c_out=. is somewhat broken since it outputs relative to the input files) |