aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-07-05 15:09:59 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-07-05 15:09:59 +0200
commit06a815574b7b6adf27729b096cf2a70315a898dd (patch)
treefadbe62136433d7421d9b354a275ba0e4bd26d1a /meson.build
parent083f7d7a7d1a98ef1a15fd9ddacd25c9e9130f27 (diff)
downloadgterm-06a815574b7b6adf27729b096cf2a70315a898dd.tar.gz
gload: wire up config opts
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')