Kaydet (Commit) 7c084ae9 authored tarafından Matúš Kukan's avatar Matúš Kukan

Rename makefile to StaticLibrary_libreofficekit and clean up.

It's static library since d324745f.

(cherry picked from commits ab6394bd
and 9d1e6613)

Change-Id: I726af96d6d9158010d2c2121ab2b43a78ad69698
üst 38b03fbe
......@@ -11,7 +11,7 @@ $(eval $(call gb_Module_Module,libreofficekit))
ifeq ($(OS),LINUX)
$(eval $(call gb_Module_add_targets,libreofficekit,\
Library_libreofficekit \
StaticLibrary_libreofficekit \
))
endif
......
......@@ -9,21 +9,6 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,libreofficekit))
$(eval $(call gb_StaticLibrary_set_include,libreofficekit,\
$$(INCLUDE) \
))
$(eval $(call gb_StaticLibrary_add_libs,libreofficekit,\
$(if $(filter $(OS),LINUX), \
-ldl \
-lpthread \
) \
))
$(eval $(call gb_StaticLibrary_use_libraries,libreofficekit,\
$(gb_UWINAPI) \
))
$(eval $(call gb_StaticLibrary_add_cobjects,libreofficekit,\
libreofficekit/source/shim \
))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment