Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 3225adc..649a19e 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -36,7 +36,8 @@ weegtk_sources = [
'preferences.py',
'relay/network.py',
'relay/protocol.py',
- 'relay/color.py'
+ 'relay/color.py',
+ 'relay/netfile.py'
]
install_data(weegtk_sources, install_dir: moduledir)