aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2020-01-14 23:12:18 +0100
committerThomas White <taw@bitwiz.me.uk>2020-01-14 23:12:18 +0100
commit161ff9ecc9be47e9016ef5e347d347f7a336765b (patch)
treea1070f660d8b7f484781f3f4c548069a48826d24 /meson.build
parentcc22260c8e70e01b8944ad1c62e20a65ffe9876f (diff)
Add space for timing ruler
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 139c818..c325c67 100644
--- a/meson.build
+++ b/meson.build
@@ -88,6 +88,7 @@ libgtkstorycode_includes = include_directories('libstorycode/gtk')
libgtkstorycode = library('gtkstorycode',
['libstorycode/gtk/gtknarrativeview.c',
+ 'libstorycode/gtk/timing_ruler.c',
'libstorycode/gtk/gtkslideview.c'],
include_directories : libgtkstorycode_includes,
dependencies : [gtk_dep, libstorycode_dep, mdep],