summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 2e48e77..647cc87 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -46,7 +46,7 @@ if get_option('introspection')
symbol_prefix : 'astal_river',
identifier_prefix : 'AstalRiver',
includes : ['GObject-2.0', 'Gio-2.0'],
- header : 'astal/river.h',
+ header : 'astal-river.h',
export_packages : pkg_config_name,
install : true
)