diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-02-25 15:31:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-02-25 16:24:44 +0100 |
commit | 320571bf701a092d0f2d15fd4589ae271802a03f (patch) | |
tree | 6b6fa9fd7d5c259037d4b9a976adb023e5ea6332 /cppuhelper/Library_cppuhelper.mk | |
parent | b324cbefb0b92dc7a4813dca88dc8dbd9641cc0b (diff) |
WIP: Experimental new binary type.rdb format
Move unoidl functionality into a module of its own, as a prerequisite to use it
in codemaker etc. (This is intended to ultimately remove modules store and
registry, modulo backwards compatibility constraints.)
Change-Id: If5274cbd3a595951e6cf7a9664bc542f01833f38
Diffstat (limited to 'cppuhelper/Library_cppuhelper.mk')
-rw-r--r-- | cppuhelper/Library_cppuhelper.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cppuhelper/Library_cppuhelper.mk b/cppuhelper/Library_cppuhelper.mk index 2b849a109ac8..577efbcf942d 100644 --- a/cppuhelper/Library_cppuhelper.mk +++ b/cppuhelper/Library_cppuhelper.mk @@ -45,6 +45,7 @@ $(eval $(call gb_Library_use_libraries,cppuhelper,\ reg \ sal \ salhelper \ + unoidl \ xmlreader \ $(gb_UWINAPI) \ )) @@ -76,8 +77,6 @@ $(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 \ )) |