summaryrefslogtreecommitdiff
path: root/cppuhelper/Library_cppuhelper.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-02-22 17:20:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-02-22 17:24:09 +0100
commitfa559f1c416884015d1d83d0a7ac8803e745d9df (patch)
treecd00b71ee3268a9dd196a94ba5827b0c777c4704 /cppuhelper/Library_cppuhelper.mk
parent5677e3f2514d5b797c239d99edce0189d5cf364b (diff)
WIP: Experimental new binary type.rdb format
Prepare cppuhelper/unoidl.hxx for direct consumption by code that currently uses registry/ to read .rdb files (e.g., codemaker). The additional exports will need to be properly hidden from general users in gcc3.map (and documented, and...). Change-Id: I5cdff6fe69ab88435972e16dbda2311450f20ede
Diffstat (limited to 'cppuhelper/Library_cppuhelper.mk')
-rw-r--r--cppuhelper/Library_cppuhelper.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppuhelper/Library_cppuhelper.mk b/cppuhelper/Library_cppuhelper.mk
index 500bac39e401..2b849a109ac8 100644
--- a/cppuhelper/Library_cppuhelper.mk
+++ b/cppuhelper/Library_cppuhelper.mk
@@ -76,6 +76,8 @@ $(eval $(call gb_Library_add_exception_objects,cppuhelper,\
cppuhelper/source/tdmgr \
cppuhelper/source/typedescriptionprovider \
cppuhelper/source/typeprovider \
+ cppuhelper/source/unoidl \
+ cppuhelper/source/unoidlprovider \
cppuhelper/source/unourl \
cppuhelper/source/weak \
))