aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-26 23:21:03 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-26 23:21:03 +0100
commitfcdd59665b27c3a7a558c5593178c5efe6286831 (patch)
tree0c38f9cfe22afc47b288f50dd95adfb2cbeb86a9 /meson.build
parent269526b1b6aeadb57033ab0e02d20b900d71a690 (diff)
Tidy up a bit
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 6badf9d..88d1051 100644
--- a/meson.build
+++ b/meson.build
@@ -85,7 +85,7 @@ libstorycode_dep = declare_dependency(include_directories : libstorycode_include
# libstorycode-gtk
libgtkstorycode_includes = include_directories('libstorycode/gtk')
-libgtkstorycode = library('storycode-gtk',
+libgtkstorycode = library('gtkstorycode',
['libstorycode/gtk/gtknarrativeview.c'],
include_directories : libgtkstorycode_includes,
dependencies : [gtk_dep, libstorycode_dep],