diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-07-17 13:16:27 +0200 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-07-17 12:18:47 +0000 |
commit | 69f0c2cfd6747e32ca050599405c556247434c77 (patch) | |
tree | 6910cad63956469d4cf6668413e83a40f360a951 /pyuno | |
parent | 9e0f5f45416f4a44afbc5c9e7d09218ad8f29041 (diff) |
remove last users of gb_Executable_add_noexception_object
Change-Id: Iddee238aa800ecfee8f97a7132b38b6446e0b2a4
Reviewed-on: https://gerrit.libreoffice.org/4953
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/Executable_python_wrapper.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/Executable_python_wrapper.mk b/pyuno/Executable_python_wrapper.mk index 7003a71a7fd9..39ff28324174 100644 --- a/pyuno/Executable_python_wrapper.mk +++ b/pyuno/Executable_python_wrapper.mk @@ -17,7 +17,7 @@ $(eval $(call gb_Executable_use_static_libraries,pyuno/python,\ ooopathutils \ )) -$(eval $(call gb_Executable_add_noexception_objects,pyuno/python,\ +$(eval $(call gb_Executable_add_exception_objects,pyuno/python,\ pyuno/zipcore/python \ )) |