diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-23 15:53:09 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-23 15:53:09 +0200 |
commit | 182488ef1409a0a524e4a3e72d6098efd7bc8479 (patch) | |
tree | 8cdc2d3b6fb16ee255001870aa93e8069e3477c0 /basebmp | |
parent | 8fb6435604b40e08aa2ed95f31a001920e1ac25a (diff) |
remove superfluous include paths
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/Library_basebmp.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk index 97fcb79329ea..f88cf12d02ae 100644 --- a/basebmp/Library_basebmp.mk +++ b/basebmp/Library_basebmp.mk @@ -33,7 +33,11 @@ $(eval $(call gb_Library_set_include,basebmp,\ -I$(SRCDIR)/basebmp/inc/ \ -I$(SRCDIR)/basebmp/inc/pch \ $$(INCLUDE) \ - -I$(OUTDIR)/inc/offuh \ +)) + +$(eval $(call gb_Library_use_api,basebmp,\ + offapi \ + udkapi \ )) $(eval $(call gb_Library_add_defs,basebmp,\ |