diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-16 22:30:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-17 06:55:42 +0200 |
commit | 6292bba6debaeb5c1bbbabfb77606296c894ec28 (patch) | |
tree | 3af665e0b9827e3462fc57caa6747e1d389caa54 /unoidl/Library_unoidl.mk | |
parent | d11592ad8e21970e80f6a87a9ae43d380f1c3eef (diff) |
Rename SourceProvider -> SourceTreeProvider
Change-Id: Ic864f9c6f3dbbe9f75bdae76818c00f62825182d
Diffstat (limited to 'unoidl/Library_unoidl.mk')
-rw-r--r-- | unoidl/Library_unoidl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoidl/Library_unoidl.mk b/unoidl/Library_unoidl.mk index 5cffa49c3fe0..411e0a9a7ab3 100644 --- a/unoidl/Library_unoidl.mk +++ b/unoidl/Library_unoidl.mk @@ -13,7 +13,7 @@ $(eval $(call gb_Library_add_defs,unoidl,-DLO_DLLIMPLEMENTATION_UNOIDL)) $(eval $(call gb_Library_add_exception_objects,unoidl, \ unoidl/source/legacyprovider \ - unoidl/source/sourceprovider \ + unoidl/source/sourcetreeprovider \ unoidl/source/unoidl \ unoidl/source/unoidlprovider \ )) |