From 8001d9f4fed8f32410128b180d881d1131317255 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 18 Sep 2013 13:38:21 +0200 Subject: 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 --- udkapi/UnoApi_udkapi.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/UnoApi_udkapi.mk') 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: -- cgit