Skip to content

Commit

Permalink
Merge pull request #16 from sebastic/header-copy
Browse files Browse the repository at this point in the history
Copy header files individually, instead of both files twice.
  • Loading branch information
joto committed Mar 17, 2014
2 parents 72cd8e5 + a4919d8 commit b7a6219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit b7a6219

Please sign in to comment.