Merge pull request #16 from sebastic/header-copy
Copy header files individually, instead of both files twice.
This commit is contained in:
commit
b7a621927b
|
|
@ -20,7 +20,7 @@ libosmpbf.a: fileformat.pb.o osmformat.pb.o
|
|||
|
||||
%.pb.cc ../include/osmpbf/%.pb.h: %.proto
|
||||
$(PROTOC) --proto_path=. --cpp_out=. $<
|
||||
cp *.pb.h ../include/osmpbf/
|
||||
cp -v $(subst .proto,.pb.h,$<) ../include/osmpbf/
|
||||
|
||||
install:
|
||||
install -m 755 -d $(DESTDIR)$(PREFIX)/lib
|
||||
|
|
|
|||
Loading…
Reference in New Issue