[libgda: 1/2] Missed header files for gdaui were added
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 1/2] Missed header files for gdaui were added
- Date: Wed, 14 Nov 2018 15:28:13 +0000 (UTC)
commit e5cfb3a2ad25a14a0bf5943c804b6a7f1c0ffe7d
Author: Pavlo Solntsev <p sun fun gmail com>
Date: Wed Nov 7 13:03:52 2018 -0600
Missed header files for gdaui were added
Header files were excluded from installation. This patch adds them, so
gdaui module can be used.
libgda-ui/meson.build | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libgda-ui/meson.build b/libgda-ui/meson.build
index d53107c3e..7409ce2c3 100644
--- a/libgda-ui/meson.build
+++ b/libgda-ui/meson.build
@@ -40,7 +40,8 @@ libgda_ui_headers = files([
'gdaui-rt-editor.h',
'gdaui-server-operation.h',
'gdaui-tree-store.h',
- 'gdaui-plugin.h'
+ 'gdaui-plugin.h',
+ 'libgda-ui.h'
])
libgda_ui_sources = files([
@@ -128,6 +129,8 @@ gdaui_enums = gnome_module.mkenums_simple('gdaui-enum-types',
)
libgda_ui_sources_all += gdaui_enums
+install_headers(libgda_ui_headers,
+ install_dir: join_paths(get_option('includedir'), project_package,'libgda-ui') )
libgdaui = library('gda-ui-'+project_api_version,
libgda_ui_sources_all,
@@ -204,4 +207,4 @@ libgdaui_vapi = custom_target('gdaui'+project_api_version+'_vapi',
depends: libgdaui,
install_dir: join_paths(get_option('datadir'),'vala','vapi')
)
-endif
\ No newline at end of file
+endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]