[sysprof] build: always install capture headers
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] build: always install capture headers
- Date: Mon, 3 Jun 2019 19:52:41 +0000 (UTC)
commit c3915a72f2079ddc70530337019e2ce57228ecb7
Author: Christian Hergert <chergert redhat com>
Date: Mon Jun 3 12:52:35 2019 -0700
build: always install capture headers
src/libsysprof-capture/meson.build | 2 ++
src/libsysprof/meson.build | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/libsysprof-capture/meson.build b/src/libsysprof-capture/meson.build
index c17c688..e0d76c4 100644
--- a/src/libsysprof-capture/meson.build
+++ b/src/libsysprof-capture/meson.build
@@ -11,6 +11,8 @@ libsysprof_capture_headers = files([
'sysprof-version-macros.h',
])
+install_headers(libsysprof_capture_headers, subdir: sysprof_header_subdir)
+
libsysprof_capture_sources = files([
'sysprof-address.c',
'sysprof-capture-condition.c',
diff --git a/src/libsysprof/meson.build b/src/libsysprof/meson.build
index 1d89e7d..149d7bb 100644
--- a/src/libsysprof/meson.build
+++ b/src/libsysprof/meson.build
@@ -64,7 +64,6 @@ libsysprof_private_sources = [
]
libsysprof_public_sources += libsysprof_capture_sources
-libsysprof_public_headers += libsysprof_capture_headers
libsysprof_deps = [
gio_dep,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]