diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-30 18:47:58 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-18 11:29:28 +0200 |
commit | 254cb2dc95c29e0ddf250db5daf775f9897f5790 (patch) | |
tree | f2fa9a01ebd1019c16ec5d8a3aab0ffa9bcf4c49 /unotools | |
parent | 0e6ab013f7def9891c2e982bec76458a64953c20 (diff) |
remove all traces of offuh from makefiles
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/Library_utl.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index 1a86c469996c..b77a8ebb6826 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -35,7 +35,6 @@ $(eval $(call gb_Library_set_include,utl,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/unotools/inc/pch) \ -I$(OUTDIR)/inc \ - -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_set_defs,utl,\ @@ -43,6 +42,11 @@ $(eval $(call gb_Library_set_defs,utl,\ -DUNOTOOLS_DLLIMPLEMENTATION \ )) +$(eval $(call gb_Library_add_api,utl,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,utl,\ comphelper \ cppu \ |