diff options
author | Kali Kaneko <kali@leap.se> | 2013-04-10 21:41:48 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-04-11 23:17:13 +0900 |
commit | 1ab74ac4f032114f775b6a44392e293b79dad686 (patch) | |
tree | f5a809c841f7be0682ec0a1af375fbf9873a9568 /src/leap/common | |
parent | a982a0de2b290beecf907a2210b43faef1bb70c0 (diff) |
Add option to compile services
(needed from 2.4.0 onwards, since it defaults to false)
Diffstat (limited to 'src/leap/common')
-rw-r--r-- | src/leap/common/events/events.proto | 3 |
1 files changed, 2 insertions, 1 deletions
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; |