summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odk/CppunitTest_odk_checkapi.mk6
-rw-r--r--odk/Package_odk_headers.mk5
2 files changed, 11 insertions, 0 deletions
diff --git a/odk/CppunitTest_odk_checkapi.mk b/odk/CppunitTest_odk_checkapi.mk
index 22dad8cab62a..1c93be6a2473 100644
--- a/odk/CppunitTest_odk_checkapi.mk
+++ b/odk/CppunitTest_odk_checkapi.mk
@@ -28,6 +28,12 @@ $(eval $(call gb_CppunitTest_set_external_code,odk_checkapi))
$(eval $(call gb_CppunitTest_set_include,odk_checkapi, \
-I$(INSTDIR)/$(SDKDIRNAME)/include $(SOLARINC)))
+ifeq ($(OS),LINUX)
+$(eval $(call gb_CppunitTest_add_libs,odk_checkapi,\
+ -ldl \
+))
+endif
+
$(eval $(call gb_CppunitTest_use_custom_headers,odk_checkapi,\
odk/allheaders \
))
diff --git a/odk/Package_odk_headers.mk b/odk/Package_odk_headers.mk
index cc52b9719f9a..f4f7d9ba3a73 100644
--- a/odk/Package_odk_headers.mk
+++ b/odk/Package_odk_headers.mk
@@ -185,6 +185,11 @@ $(eval $(call gb_Package_add_files_with_dir,odk_headers,$(SDKDIRNAME)/include,\
uno/mapping.hxx \
uno/sequence2.h \
uno/threadpool.h \
+ LibreOfficeKit/LibreOfficeKit.hxx \
+ LibreOfficeKit/LibreOfficeKitEnums.h \
+ LibreOfficeKit/LibreOfficeKit.h \
+ LibreOfficeKit/LibreOfficeKitInit.h \
+ LibreOfficeKit/LibreOfficeKitTypes.h \
))
# vim: set noet sw=4 ts=4: