Updated protobuf definitions to include ChatHistory,

added YOURSELF to friends options,
Improved Search Results Interface.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-rpc-b1@6136 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2013-02-22 20:51:24 +00:00
parent ddfc9636de
commit e833fd1aaa
4 changed files with 26 additions and 22 deletions

View file

@ -15,7 +15,7 @@ HCODE = $(patsubst %.proto,$(CDESTPATH)/%.pb.h, $(PROTO))
PYCODE = $(patsubst %.proto,$(PYDESTPATH)/%_pb2.py, $(PROTO))
all: allc
all: allc python_proto
allc: $(CCODE)
echo $(CCODE)