diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-04-02 13:22:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-04-02 13:28:12 +0300 |
commit | cbd8587ffb4b4e01705fc7f07fc4740382b78a08 (patch) | |
tree | 0c780e9ceac1afc62791cd617facb6c00e4a7d32 /comphelper/Library_comphelper.mk | |
parent | c8cf6766fd38d45b73d49cb85dd5fe2d7e3dba50 (diff) |
Move osl::LibreOfficeKit stuff to comphelper for now
Let's see where it actually will be needed. Sal is a "picky" place for
new API, even inside LIBO_INTERNAL_ONLY.
Change-Id: Ia0c5ee8cfc6ee526c5ad34d2f8aab0b14b5f805b
Diffstat (limited to 'comphelper/Library_comphelper.mk')
-rw-r--r-- | comphelper/Library_comphelper.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comphelper/Library_comphelper.mk b/comphelper/Library_comphelper.mk index e36fe31c2713..2192217a4338 100644 --- a/comphelper/Library_comphelper.mk +++ b/comphelper/Library_comphelper.mk @@ -94,6 +94,7 @@ $(eval $(call gb_Library_add_exception_objects,comphelper,\ comphelper/source/misc/interaction \ comphelper/source/misc/listenernotification \ comphelper/source/misc/logging \ + comphelper/source/misc/lok \ comphelper/source/misc/mimeconfighelper \ comphelper/source/misc/namedvaluecollection \ comphelper/source/misc/numberedcollection \ |