mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
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:
parent
ddfc9636de
commit
e833fd1aaa
4 changed files with 26 additions and 22 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue