Merge pull request #16 from sebastic/header-copy

Copy header files individually, instead of both files twice.
This commit is contained in:
Jochen Topf 2014-03-17 18:06:39 +01:00
commit b7a621927b
1 changed files with 1 additions and 1 deletions

View File

@ -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