summaryrefslogtreecommitdiff
path: root/extensions/Configuration_updchk.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2011-12-17 18:12:13 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-17 18:12:13 +0100
commit9d79b12871522cb9daebf4f6c850e07edcdce08a (patch)
tree2b43e02c1e05f353f622f66d45f6a7175f742a9e /extensions/Configuration_updchk.mk
parent4b4c583b90d61865de30de1a88074f600654b627 (diff)
extensions: merge in Peter Foley's work in update
Main improvement is that the unit test is now linked against updchk library.
Diffstat (limited to 'extensions/Configuration_updchk.mk')
-rw-r--r--extensions/Configuration_updchk.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/Configuration_updchk.mk b/extensions/Configuration_updchk.mk
index 2f392228fedf..d6bcc07f3202 100644
--- a/extensions/Configuration_updchk.mk
+++ b/extensions/Configuration_updchk.mk
@@ -13,7 +13,7 @@
# License.
#
# Major Contributor(s):
-# [ Copyright (C) 2011 Red Hat, Inc., Michael Stahl <mstahl@redhat.com> (initial developer) ]
+# [ Copyright (C) 2011 Peter Foley <pefoley2@verizon.net> (initial developer) ]
#
# All Rights Reserved.
#
@@ -27,11 +27,16 @@
#
# TODO is this really supposed to be delivered to the officecfg registry?
-$(eval $(call gb_Configuration_Configuration_nozip,updchk))
+$(eval $(call gb_Configuration_Configuration,updchk))
$(eval $(call gb_Configuration_add_spool_modules,updchk,extensions/source/update/check,\
org/openoffice/Office/Jobs-onlineupdate.xcu \
org/openoffice/Office/Addons-onlineupdate.xcu \
))
+$(eval $(call gb_Configuration_add_localized_datas,updchk,extensions/source/update/check,\
+ org/openoffice/Office/Jobs.xcu \
+ org/openoffice/Office/Addons.xcu \
+))
+
# vim:set shiftwidth=4 softtabstop=4 expandtab: