[gnote/meson] Install libgnote and gnote



commit 81e9eac657c11ede8cba1557e890426da85c5ffd
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sat Mar 27 17:11:05 2021 +0200

    Install libgnote and gnote

 src/meson.build | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/meson.build b/src/meson.build
index 3cc9c79f..3127bec9 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -95,6 +95,7 @@ libgnote_shared_lib = shared_library(
   [ libgnote_sources, dbus_sources ],
   dependencies: dependencies,
   include_directories: root_include_dir,
+  install: true,
 )
 
 gnote = executable(
@@ -103,5 +104,6 @@ gnote = executable(
   dependencies: dependencies,
   include_directories: root_include_dir,
   link_with: libgnote_shared_lib,
+  install: true,
 )
 


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