diff options
author | 2019-05-26 14:55:36 +0300 | |
---|---|---|
committer | 2019-05-26 14:55:36 +0300 | |
commit | 03d020c10113db431efeb6ae0d3380b2553387ac (patch) | |
tree | 6dc073fa8ecdb015b0cd3a7ab92b9b66001bdd89 /src/device/meson.build | |
parent | cce1aad04a2ce4ea0447ec8f3f4c41a8936d4a1a (diff) | |
parent | b25865cc827f4a6a9c31f3d92a4e443485fd5d93 (diff) | |
download | usurpation-03d020c10113db431efeb6ae0d3380b2553387ac.tar.gz usurpation-03d020c10113db431efeb6ae0d3380b2553387ac.tar.bz2 usurpation-03d020c10113db431efeb6ae0d3380b2553387ac.zip |
Merge branch '31-Net-Protocol-Handling'
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'src/device/meson.build')
-rw-r--r-- | src/device/meson.build | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/device/meson.build b/src/device/meson.build index 1635f7b..d2e3c6e 100644 --- a/src/device/meson.build +++ b/src/device/meson.build @@ -17,8 +17,11 @@ if get_option('fwbuild') cat = find_program('cat') cp = find_program('cp') - fw_filenames = ['main.ino', 'DejaVu_Sans_Mono_13.h'] - fw_true_sources = files(fw_filenames) + fw_filenames = ['main.ino', + 'DejaVu_Sans_Mono_13.h', + 'device_network.cpp', + 'device_network.h'] + fw_true_sources += files(fw_filenames) fw_filenames += oledlibnames fw_true_sources += oledlib |