summaryrefslogtreecommitdiff
path: root/src/proto/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/SConscript')
-rw-r--r--src/proto/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/SConscript b/src/proto/SConscript
index ade891737..9bb6fd428 100644
--- a/src/proto/SConscript
+++ b/src/proto/SConscript
@@ -41,4 +41,5 @@ Import('*')
# Only build if we have protobuf support
if env['HAVE_PROTOBUF']:
+ ProtoBuf('packet.proto')
Source('protoio.cc')