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>
This commit is contained in:
parent
6a0d4d45d9
commit
b7a5d0e566
2 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue