liboapprover does not link with any libreoffice lib
-> it does not need RPATH. Change-Id: I7595417e338e6498742ddeb5d64166b4b99661ff
This commit is contained in:
parent
fbfdfee0d7
commit
9b75fd77c5
1 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue