aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2017-02-14 23:51:48 +0200
committerOskari Timperi <oskari.timperi@iki.fi>2017-02-14 23:51:48 +0200
commit8fe0a3b672802ecbd75bdbcec4fed6a993f2af89 (patch)
tree6d8522007d5e1be0b452baad275fa4e3d15ab4f1 /tools
parent7e0ff295f158e13b57462b00a24b79cc064b3e45 (diff)
downloadmqtt-8fe0a3b672802ecbd75bdbcec4fed6a993f2af89.tar.gz
mqtt-8fe0a3b672802ecbd75bdbcec4fed6a993f2af89.zip
Include config.h initially with MQTT_INLINE definition
Diffstat (limited to 'tools')
-rw-r--r--tools/amalgamate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/amalgamate.py b/tools/amalgamate.py
index 3337823..03d2a14 100644
--- a/tools/amalgamate.py
+++ b/tools/amalgamate.py
@@ -7,6 +7,7 @@ this_dir = os.path.dirname(os.path.abspath(__file__))
src_dir = os.path.join(this_dir, '..', 'src')
sources = (
+ 'config.h',
'queue.h',
'log.h',
'misc.c',