Browse Source

Use relative paths instead of absolute paths

0.13
Pavel Janík 8 years ago
parent
commit
0087f26848
  1. 2
      src/Makefile.am

2
src/Makefile.am

@ -479,7 +479,7 @@ endif @@ -479,7 +479,7 @@ endif
%.pb.cc %.pb.h: %.proto
@test -f $(PROTOC)
$(AM_V_GEN) $(PROTOC) --cpp_out=$(@D) --proto_path=$(abspath $(<D) $<)
$(AM_V_GEN) $(PROTOC) --cpp_out=$(@D) --proto_path=$(<D) $<
if ENABLE_TESTS
include Makefile.test.include

Loading…
Cancel
Save