aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d4ee139..182bbe2 100644
--- a/meson.build
+++ b/meson.build
@@ -17,7 +17,7 @@ install_data('gterm.desktop',
install_dir : 'share/applications')
executable('gload',
- sources : [ 'gload.c' ],
+ sources : [ 'gload.c', 'gcfg.c' ],
dependencies : [ gtk_dep ],
install : true)
install_man('gload.1')