diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:40:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:40:12 +0100 |
commit | f2e743010dec14e358e3b138a35b0cb6f758bb6b (patch) | |
tree | 3c52916e23e8f44cefff9c732fd99473ce4b88aa /unotools/Library_utl.mk | |
parent | 3b2ec686862e3d3c5634ee06eae12641cf1fe6cf (diff) |
New loplugin:externvar: unotools
Change-Id: I117f5166dffa1514cfc774105b4c94009183fe90
Diffstat (limited to 'unotools/Library_utl.mk')
-rw-r--r-- | unotools/Library_utl.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index 75a40298fdd3..0270b4f84b92 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -20,6 +20,11 @@ $(eval $(call gb_Library_use_custom_headers,utl,\ # in case UNO services are exported: declare location of component file $(eval $(call gb_Library_set_componentfile,utl,unotools/util/utl)) +$(eval $(call gb_Library_set_include,utl, \ + $$(INCLUDE) \ + -I$(SRCDIR)/unotools/inc \ +)) + # add any additional definitions to be set for compilation here # (e.g. -DLIB_DLLIMPLEMENTATION) $(eval $(call gb_Library_add_defs,utl,\ |