summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-06-17 23:21:28 +0200
committerThomas White <taw@physics.org>2019-06-17 23:21:28 +0200
commit40130e129b523283e77dc7546e3a32671e0e1541 (patch)
tree6ceba5dcbce5e2a477dee8a658382f022ef1fcf6 /meson.build
parent4eaf7dc0119d3367dfdf4290200944a45d10c1e4 (diff)
Move UI stuff to a separate file
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index e24ba6e..d75170b 100644
--- a/meson.build
+++ b/meson.build
@@ -23,6 +23,7 @@ executable('nanolight',
['src/nanolight.c',
'src/command.c',
'src/scanout.c',
+ 'src/display.c',
],
dependencies : [gtk_dep, mdep, soup_dep],
install : true)