From 26c4816e77692f51dfbb19fe3e73f082d1ace1a7 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 14 Feb 2017 23:06:09 +0200 Subject: Take bstrlib into use I should've done this from the start. :-) --- tools/amalgamate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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', -- cgit v1.2.3