diff options
author | 2018-05-19 12:02:08 +0300 | |
---|---|---|
committer | 2018-05-19 12:02:08 +0300 | |
commit | 03b7473d4faddcb87a5e82205a42028768e7c177 (patch) | |
tree | 8c21b9d4ef03a82740fc63f7b0512200dbdd4a0d /src/meson.build | |
parent | 224585cfb9502534032078f4f059588185490c09 (diff) | |
download | coffeetemp-03b7473d4faddcb87a5e82205a42028768e7c177.tar.gz coffeetemp-03b7473d4faddcb87a5e82205a42028768e7c177.tar.bz2 coffeetemp-03b7473d4faddcb87a5e82205a42028768e7c177.zip |
add support for "live"-flashing new settings.
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index eba583d..5453018 100644 --- a/src/meson.build +++ b/src/meson.build @@ -2,4 +2,4 @@ subdir('server') subdir('tempmodule') sources = dp_sources -extra = dp_extra +extra = [dp_extra] |