Kaydet (Commit) 9b75fd77 authored tarafından David Tardon's avatar David Tardon

liboapprover does not link with any libreoffice lib

-> it does not need RPATH.

Change-Id: I7595417e338e6498742ddeb5d64166b4b99661ff
üst fbfdfee0
......@@ -72,6 +72,12 @@ $(eval $(call gb_Helper_register_executables,NONE, \
xrmex \
))
ifneq ($(OS),WNT)
$(eval $(call gb_Helper_register_executables,NONE,\
liboapprover \
))
endif
$(eval $(call gb_Helper_register_executables,SDK, \
idlc \
))
......@@ -145,7 +151,6 @@ $(eval $(call gb_Helper_register_executables,OOO,\
soffice.bin \
unopkg.bin \
gengal.bin \
liboapprover \
))
ifeq ($(OS),MACOSX)
......
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