From: Christopher Peplin Date: Tue, 1 Oct 2013 01:19:06 +0000 (-0400) Subject: Move proto definition to top level. X-Git-Tag: 5.0.2~275^2~57 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b9a96fe63416583519d860c206cf27e408bcccab;p=apps%2Fagl-service-can-low-level.git Move proto definition to top level. --- 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