diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-18 13:38:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-18 14:44:10 +0200 |
commit | 8001d9f4fed8f32410128b180d881d1131317255 (patch) | |
tree | 69bf3c4656432fcf6b1139892dd99feb7dc7024e /udkapi/UnoApi_udkapi.mk | |
parent | cbea5d30b99b93b2118f5c1a081740e5880f18c1 (diff) |
Replace binary type_references with human-readable .idl versions
...obtained from the old .rdb files via "unoidl-read --published". This removes
the need for update-rdb.sh.
Change-Id: I73c0d026af7e27370602f83c61dfa76fc4d17a83
Diffstat (limited to 'udkapi/UnoApi_udkapi.mk')
-rw-r--r-- | udkapi/UnoApi_udkapi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/UnoApi_udkapi.mk b/udkapi/UnoApi_udkapi.mk index 591fd606543f..3ff59144a1ee 100644 --- a/udkapi/UnoApi_udkapi.mk +++ b/udkapi/UnoApi_udkapi.mk @@ -526,6 +526,6 @@ $(eval $(call gb_UnoApi_add_idlfiles,udkapi,udkapi/com/sun/star/util,\ XVeto \ )) -$(eval $(call gb_UnoApi_set_reference_rdbfile,udkapi,udkapi/type_reference/udkapi)) +$(eval $(call gb_UnoApi_set_reference_rdbfile,udkapi,$(SRCDIR)/udkapi/type_reference/udkapi.idl)) # vim: set noet sw=4 ts=4: |