summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-04-10 21:41:48 +0900
committerKali Kaneko <kali@leap.se>2013-04-11 23:17:13 +0900
commit1ab74ac4f032114f775b6a44392e293b79dad686 (patch)
treef5a809c841f7be0682ec0a1af375fbf9873a9568
parenta982a0de2b290beecf907a2210b43faef1bb70c0 (diff)
Add option to compile services
(needed from 2.4.0 onwards, since it defaults to false)
-rw-r--r--setup.py2
-rw-r--r--src/leap/common/events/events.proto3
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 <http://www.gnu.org/licenses/>.
package leap.common.events;
+option py_generic_services = true;
enum Event {
CLIENT_SESSION_ID = 1;