summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-23 05:06:01 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-23 05:06:01 +0100
commit73a3aa6e7947512343a133e777c21c0af3d368dd (patch)
tree332be46843b6a539ffb5cdad62cdcdd679070265
parent047aae7906b92cf764ab5bed79e693761e708c5e (diff)
downloadatk-73a3aa6e7947512343a133e777c21c0af3d368dd.tar.gz
meson: Install atk.h
We're missing atk.h from the list of installed header.
-rw-r--r--atk/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/atk/meson.build b/atk/meson.build
index 83ae5ba..82aae86 100644
--- a/atk/meson.build
+++ b/atk/meson.build
@@ -34,6 +34,7 @@ atk_sources = [
]
atk_headers = [
+ 'atk.h',
'atkaction.h',
'atkcomponent.h',
'atkdocument.h',