summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-10-03 20:50:38 +0200
committerDave Davenport <qball@gmpclient.org>2017-10-03 20:50:38 +0200
commit51d1ebf0ea6c19bfdc4db09851666ee16449e680 (patch)
tree8e83daab0b618baec008c26f21cafec0747e8b17 /meson.build
parentaeb669b175c4d61ad1d45c7b1cfe4357e6aa6210 (diff)
Install rofi-types.h and fix includes for plugins
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 86afce7d..efb942df 100644
--- a/meson.build
+++ b/meson.build
@@ -119,6 +119,7 @@ install_headers([
'include/mode.h',
'include/mode-private.h',
'include/helper.h',
+ 'include/rofi-types.h',
],
subdir: meson.project_name(),
)