diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2017-02-14 23:51:48 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2017-02-14 23:51:48 +0200 |
| commit | 8fe0a3b672802ecbd75bdbcec4fed6a993f2af89 (patch) | |
| tree | 6d8522007d5e1be0b452baad275fa4e3d15ab4f1 /tools | |
| parent | 7e0ff295f158e13b57462b00a24b79cc064b3e45 (diff) | |
| download | mqtt-8fe0a3b672802ecbd75bdbcec4fed6a993f2af89.tar.gz mqtt-8fe0a3b672802ecbd75bdbcec4fed6a993f2af89.zip | |
Include config.h initially with MQTT_INLINE definition
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/amalgamate.py | 1 |
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', |
