aboutsummaryrefslogtreecommitdiff
path: root/tools/amalgamate.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/amalgamate.py')
-rw-r--r--tools/amalgamate.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/amalgamate.py b/tools/amalgamate.py
index 245143f..da87ae2 100644
--- a/tools/amalgamate.py
+++ b/tools/amalgamate.py
@@ -13,13 +13,13 @@ sources = (
'log.h',
'misc.c',
'lib/bstrlib/bstrlib.c',
+ 'socket.c',
'stream.c',
'socketstream.c',
+ 'stringstream.c',
'stream_mqtt.c',
- 'socket.c',
'packet.c',
- 'serialize.c',
- 'deserialize.c',
+ 'message.c',
'client.c'
)