diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-09-09 14:37:52 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-09-09 14:37:52 +0200 |
commit | 9dbc6c88b03af6488b99ce355f8ae34d9a542cc0 (patch) | |
tree | d0bda9e96ff5e9e8b9d07be24eced6f714f5dfc9 /basebmp | |
parent | 392146b6b34ee3712c91a5cde3313eef2e0455c1 (diff) |
its gb_Library_add_api not gb_Library_use_api
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/Library_basebmp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk index 80b811cb5b53..7a3b9a099ee6 100644 --- a/basebmp/Library_basebmp.mk +++ b/basebmp/Library_basebmp.mk @@ -35,7 +35,7 @@ $(eval $(call gb_Library_set_include,basebmp,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_use_api,basebmp,\ +$(eval $(call gb_Library_add_api,basebmp,\ offapi \ udkapi \ )) |