diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-22 15:11:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-22 15:12:22 +0200 |
commit | 6fb127a62e8f6f55b41eb75e5f7c20339886e021 (patch) | |
tree | 22dc0b89038b817672c7ab94bf7ac6bd365fc1d1 /stoc/Library_introspection.mk | |
parent | f9fa180e42453b95b75d97dc8e50eab7e38c7464 (diff) |
Replace use_internal_api with use_udk_api etc. where appropriate
Change-Id: I5e216ca01830a6568159ee8e9265938667f201a1
Diffstat (limited to 'stoc/Library_introspection.mk')
-rw-r--r-- | stoc/Library_introspection.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stoc/Library_introspection.mk b/stoc/Library_introspection.mk index a6e9a9bd47c5..d94330dec5b9 100644 --- a/stoc/Library_introspection.mk +++ b/stoc/Library_introspection.mk @@ -27,9 +27,7 @@ $(eval $(call gb_Library_Library,introspection)) -$(eval $(call gb_Library_use_internal_api,introspection,\ - insp \ -)) +$(eval $(call gb_Library_use_udk_api,introspection)) $(eval $(call gb_Library_use_libraries,introspection,\ cppu \ |