From 1ab74ac4f032114f775b6a44392e293b79dad686 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 10 Apr 2013 21:41:48 +0900 Subject: Add option to compile services (needed from 2.4.0 onwards, since it defaults to false) --- setup.py | 2 +- src/leap/common/events/events.proto | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c0bd98f..269d755 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ dependency_links = [ setup( name='leap.common', - version='0.2.0-dev', + version='0.2.1-dev', url='https://leap.se/', license='GPLv3+', author='The LEAP Encryption Access Project', diff --git a/src/leap/common/events/events.proto b/src/leap/common/events/events.proto index eb6b98f..447b038 100644 --- a/src/leap/common/events/events.proto +++ b/src/leap/common/events/events.proto @@ -1,5 +1,5 @@ // signal.proto -// Copyright (C) 2013 LEA +// Copyright (C) 2013 LEAP // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ // along with this program. If not, see . package leap.common.events; +option py_generic_services = true; enum Event { CLIENT_SESSION_ID = 1; -- cgit v1.2.3