diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-02-12 19:43:04 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-02-12 19:43:04 +0200 |
commit | 542463dbaa3acae564e4a1eddf264e1fe226c38a (patch) | |
tree | cfca5d64513f55663fde253a104916dc316ae310 /generator/proto/Makefile | |
parent | fe0bf121eb606d9accbc0fc8be6b1ff6fd5f6f27 (diff) |
Move descriptor.proto to google/protobuf directory where it belongs.
This fixes some interoperability problems when trying to compile
nanopb.proto for e.g. the Google's C++ library.
Update issue 104
Status: FixedInGit
Diffstat (limited to 'generator/proto/Makefile')
-rw-r--r-- | generator/proto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/proto/Makefile b/generator/proto/Makefile index ee1390a5..89bfe528 100644 --- a/generator/proto/Makefile +++ b/generator/proto/Makefile @@ -1,4 +1,4 @@ -all: nanopb_pb2.py plugin_pb2.py descriptor_pb2.py +all: nanopb_pb2.py plugin_pb2.py %_pb2.py: %.proto protoc --python_out=. $< |