diff options
| author | xengineering <me@xengineering.eu> | 2026-03-26 17:46:54 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-26 17:46:54 +0100 |
| commit | 5c7284640a6f0ddc0aa80178d5a3b91a5123b6c8 (patch) | |
| tree | 958f4e62fa3489b7f306e243fbf78d0776a8b48d /meson.build | |
| parent | aecc47c3f558dc3f0548d4c8e69f20ed893f5196 (diff) | |
| download | sia-server-5c7284640a6f0ddc0aa80178d5a3b91a5123b6c8.tar sia-server-5c7284640a6f0ddc0aa80178d5a3b91a5123b6c8.tar.zst sia-server-5c7284640a6f0ddc0aa80178d5a3b91a5123b6c8.zip | |
Add TP-Link HS100 support
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index e8878ce..0738894 100644 --- a/meson.build +++ b/meson.build @@ -24,6 +24,7 @@ sia_server_linux_amd64 = custom_target( meson.current_source_dir() / 'config.go', meson.current_source_dir() / 'flags.go', meson.current_source_dir() / 'shelly.go', + meson.current_source_dir() / 'tplink.go', ], output : 'sia-server-linux-amd64', env : {'GOOS': 'linux', 'GOARCH': 'amd64'}, |
