dump-trace.py: update after trace.proto relocation

Change-Id: I4f4b9870cdbe9b81338dde76453755700e6fea94
This commit is contained in:
Horst Schirmeier
2013-04-03 18:22:05 +02:00
parent 0654967f39
commit 84559fe467
3 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,2 @@
all: trace_pb2.py
trace_pb2.py: ../../src/plugins/tracing/trace.proto
TracePlugin_pb2.py: ../../src/core/comm/TracePlugin.proto
protoc --python_out=. --proto_path `dirname $<` $<