[devhelp] meson: compile all libdevhelp source files



commit a760d830a29f7b4c69fa06881ce9da267e85f5df
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Mar 11 09:41:57 2018 +0100

    meson: compile all libdevhelp source files

 devhelp/meson.build |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/devhelp/meson.build b/devhelp/meson.build
index e4cc40d..5b383f1 100644
--- a/devhelp/meson.build
+++ b/devhelp/meson.build
@@ -1,22 +1,32 @@
 libdevhelp_public_headers = [
+        'devhelp.h',
+        'dh-assistant-view.h',
         'dh-book.h',
         'dh-book-manager.h',
+        'dh-book-tree.h',
         'dh-completion.h',
         'dh-init.h',
-        'dh-link.h'
+        'dh-keyword-model.h',
+        'dh-link.h',
+        'dh-sidebar.h'
 ]
 
 libdevhelp_public_c_files = [
+        'dh-assistant-view.c',
         'dh-book.c',
         'dh-book-manager.c',
+        'dh-book-tree.c',
         'dh-completion.c',
         'dh-init.c',
-        'dh-link.c'
+        'dh-keyword-model.c',
+        'dh-link.c',
+        'dh-sidebar.c'
 ]
 
 libdevhelp_private_headers = [
         'dh-error.h',
         'dh-parser.h',
+        'dh-search-context.h',
         'dh-settings.h',
         'dh-util-lib.h'
 ]
@@ -24,6 +34,7 @@ libdevhelp_private_headers = [
 libdevhelp_private_c_files = [
         'dh-error.c',
         'dh-parser.c',
+        'dh-search-context.c',
         'dh-settings.c',
         'dh-util-lib.c'
 ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]