does 'make distcheck' work for you?
On Thu, Jul 3, 2014 at 3:33 PM, Thomas Rampelberg <tho...@saunter.org> wrote: > I have a patch that splits the python module out into separate > packages (so that people can pick and choose what they want) > (https://reviews.apache.org/r/23224/). Locally, this all builds just > fine. Unfortunately, remotely, reviewbot is complaining: > > cp: cannot stat `../../src/python/protocol/src/mesos/__init__.py': > No such file or directory > > In `src/Makefile.am` I have the following: > > python/protocol/src/mesos/__init__.py: $(PYTHON_PROTOS) > cp $(srcdir)/$@ $@ > > Any suggestions? I can't figure out why it isn't working for the life of > me. >