liboapprover does not link with any libreoffice lib

-> it does not need RPATH.

Change-Id: I7595417e338e6498742ddeb5d64166b4b99661ff
This commit is contained in:
David Tardon 2013-05-05 10:46:25 +02:00
parent fbfdfee0d7
commit 9b75fd77c5

View file

@ -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)