summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorHossein <hossein@libreoffice.org>2024-06-27 09:55:06 +0100
committerHossein <hossein@libreoffice.org>2024-07-02 12:10:28 +0200
commitb7a5d0e5669863033156ef15190c9fd509c45fa3 (patch)
treefa46c30d33b6b04b21e78505088dc2b096595b14 /odk
parent6a0d4d45d9e5933028f437ebd6756946a127e4a4 (diff)
tdf#149256 Ship LibreOfficeKit headers in packages
Add LibreOfficeKitGtk.h Change-Id: Ia575b9b9cb46ce4225d9030bf01453c5b3359325 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169623 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org> Tested-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'odk')
-rw-r--r--odk/CppunitTest_odk_checkapi.mk1
-rw-r--r--odk/Package_odk_headers.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/odk/CppunitTest_odk_checkapi.mk b/odk/CppunitTest_odk_checkapi.mk
index 1c93be6a2473..e27879d91e1f 100644
--- a/odk/CppunitTest_odk_checkapi.mk
+++ b/odk/CppunitTest_odk_checkapi.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,odk_checkapi,\
$(eval $(call gb_CppunitTest_add_cxxflags,odk_checkapi,\
$(gb_CXX03FLAGS) \
+ $(if $(ENABLE_GTK3),$(GTK3_CFLAGS)) \
))
$(eval $(call gb_CppunitTest_set_external_code,odk_checkapi))
diff --git a/odk/Package_odk_headers.mk b/odk/Package_odk_headers.mk
index f4f7d9ba3a73..c103c23d4b27 100644
--- a/odk/Package_odk_headers.mk
+++ b/odk/Package_odk_headers.mk
@@ -1,4 +1,3 @@
-
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
@@ -185,6 +184,7 @@ $(eval $(call gb_Package_add_files_with_dir,odk_headers,$(SDKDIRNAME)/include,\
uno/mapping.hxx \
uno/sequence2.h \
uno/threadpool.h \
+ $(if $(ENABLE_GTK3),LibreOfficeKit/LibreOfficeKitGtk.h) \
LibreOfficeKit/LibreOfficeKit.hxx \
LibreOfficeKit/LibreOfficeKitEnums.h \
LibreOfficeKit/LibreOfficeKit.h \