aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-06-19 11:35:30 +0200
committerThomas White <taw@physics.org>2021-06-19 19:49:05 +0200
commit6416b2dac6905c1ee48df75fdf42d3f6929785db (patch)
treef35d2f5849d1f72508bc5380687303e065e12c9e /meson.build
parent602cbebc5fb1a78b6cf9930cb56db3ca4e7ac2ab (diff)
Basic REPL I/O
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index be089d8..4b6b87d 100644
--- a/meson.build
+++ b/meson.build
@@ -30,6 +30,7 @@ library('guile-ola', ['src/guile-ola.cpp'],
# Fixture display tool
executable('starlet-fixture-display',
- ['src/starlet-fixture-display.c'],
+ ['src/starlet-fixture-display.c',
+ 'src/repl-connection.c'],
dependencies : [gtk_dep],
install : true)