From b9a96fe63416583519d860c206cf27e408bcccab Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Mon, 30 Sep 2013 21:19:06 -0400 Subject: [PATCH] Move proto definition to top level. --- benchmark/proto/generate.sh | 2 +- benchmark/proto/openxc.proto => openxc.proto | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename benchmark/proto/openxc.proto => openxc.proto (100%) diff --git a/benchmark/proto/generate.sh b/benchmark/proto/generate.sh index 576b7b13..09400a3d 100755 --- a/benchmark/proto/generate.sh +++ b/benchmark/proto/generate.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -protoc -I . --python_out=. openxc.proto +protoc -I ../.. --python_out=. ../../openxc.proto diff --git a/benchmark/proto/openxc.proto b/openxc.proto similarity index 100% rename from benchmark/proto/openxc.proto rename to openxc.proto -- 2.16.6