diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-07-02 13:00:50 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-07-02 14:43:34 +0100 |
commit | fdda178d888127c4b4dafd4b53800989929e9b6b (patch) | |
tree | 7d79b772b027ff76a53d4908fabeddc13ee19bfa /basegfx | |
parent | 6baa0319ab93712652b4fd8d874d289105f18ae5 (diff) |
targetted improvement of UNO API includes / usage
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/Library_basegfx.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk index d002f3615451..c2c9230794c5 100644 --- a/basegfx/Library_basegfx.mk +++ b/basegfx/Library_basegfx.mk @@ -14,10 +14,7 @@ $(eval $(call gb_Library_use_packages,basegfx,\ o3tl_inc \ )) -$(eval $(call gb_Library_use_api,basegfx,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_Library_use_sdk_api,basegfx)) $(eval $(call gb_Library_use_libraries,basegfx,\ cppu \ |