aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2017-02-14 23:06:09 +0200
committerOskari Timperi <oskari.timperi@iki.fi>2017-02-14 23:06:09 +0200
commit26c4816e77692f51dfbb19fe3e73f082d1ace1a7 (patch)
treea3d350d3075fcd90311cb48c4b34661232953bcb /tools
parentfab5726ffb1accc7ab4c8bbf64d8b43698b79b3c (diff)
downloadmqtt-26c4816e77692f51dfbb19fe3e73f082d1ace1a7.tar.gz
mqtt-26c4816e77692f51dfbb19fe3e73f082d1ace1a7.zip
Take bstrlib into use
I should've done this from the start. :-)
Diffstat (limited to 'tools')
-rw-r--r--tools/amalgamate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/amalgamate.py b/tools/amalgamate.py
index 967217b..5ad71a0 100644
--- a/tools/amalgamate.py
+++ b/tools/amalgamate.py
@@ -10,7 +10,7 @@ sources = (
'queue.h',
'log.h',
'misc.c',
- 'stringbuf.c',
+ 'lib/bstrlib/bstrlib.c',
'stream.c',
'socketstream.c',
'stream_mqtt.c',