diff options
author | Nathan Yee <ny.nathan.yee@gmail.com> | 2015-06-22 11:01:15 -0700 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-06-29 17:43:30 +0200 |
commit | 07b10078ef20f95b414ef1e24a239ae5c2186bbf (patch) | |
tree | 4993bf9c2040acbb6432780948a3632aac77c37f /Repository.mk | |
parent | 2c505eca0c88e1e02028460c3534cb991befe792 (diff) |
online update: Add MAR library creation capability
Change-Id: Icf2a97b4b6f7bc75aaaec86bf5bc56192396d4e4
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index aeb02ac53269..29113d13f4eb 100644 --- a/Repository.mk +++ b/Repository.mk @@ -227,6 +227,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \ $(if $(ENABLE_ONLINE_UPDATE), \ + mar \ updatecheckui \ updchk \ ) \ |