diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:07:24 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:07:24 +0200 |
commit | c81f9104b6b6a91588c7a74bbb50a0c9c9729e1a (patch) | |
tree | be3b7a4178a549d061ca397081fa5589ddbf8d03 /ucbhelper | |
parent | a233dac0653f3f3054f7ad2da114ed989747e89a (diff) |
postmerge fixes for gnumake4
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/Library_ucbhelper.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ucbhelper/Library_ucbhelper.mk b/ucbhelper/Library_ucbhelper.mk index f1df8477ae1f..14bf74dcf810 100644 --- a/ucbhelper/Library_ucbhelper.mk +++ b/ucbhelper/Library_ucbhelper.mk @@ -35,13 +35,17 @@ $(eval $(call gb_Library_set_include,ucbhelper,\ $$(INCLUDE) \ -I$(SRCDIR)/ucbhelper/inc \ -I$(SRCDIR)/ucbhelper/inc/pch \ - -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_add_defs,ucbhelper,\ -DUCBHELPER_DLLIMPLEMENTATION \ )) +$(eval $(call gb_Library_add_api,ucbhelper,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,ucbhelper,\ cppu \ cppuhelper \ |