Kaydet (Commit) 03a9ec4a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't bother with unused stuff

Also, install the header files on all platforms.

Change-Id: I06820416956a6b35ff327d8871f7d4adf16ef15b
üst b0e6bba1
......@@ -14,16 +14,7 @@ $(eval $(call gb_Library_set_include,libotouch,\
))
$(eval $(call gb_Library_use_sdk_api,libotouch))
$(eval $(call gb_Library_use_internal_comprehensive_api,libotouch,\
touch \
))
$(eval $(call gb_Library_use_libraries,libotouch,\
))
$(eval $(call gb_Library_add_exception_objects,libotouch,\
touch/source/uno/Document \
touch/source/generic/libotouch \
))
......
......@@ -11,12 +11,13 @@ $(eval $(call gb_Module_Module,touch))
ifneq (,$(filter IOS ANDROID,$(OS)))
$(eval $(call gb_Module_add_targets,touch,\
CustomTarget_touch_javamaker \
InternalUnoApi_touch \
Library_libotouch \
Package_inc \
))
endif
$(eval $(call gb_Module_add_targets,touch,\
Package_inc \
))
# vim: set noet sw=4 ts=4:
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