diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-27 11:22:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-27 13:29:58 +0100 |
commit | 34bdbcecf18990c8cc6830c7f8dec7078d0a6f18 (patch) | |
tree | a8a5cc1e63bd6ee6c69522101f269c0b761f75f9 /sdext/Library_PresentationMinimizer.mk | |
parent | 6fc5a80009d7426c30d2b9656f76549536b45bb0 (diff) |
can detangle the sdext graphic resource now
Change-Id: I2992b859bbebfa4bfae3ea5bfe76e8aa62193f69
Diffstat (limited to 'sdext/Library_PresentationMinimizer.mk')
-rw-r--r-- | sdext/Library_PresentationMinimizer.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sdext/Library_PresentationMinimizer.mk b/sdext/Library_PresentationMinimizer.mk index eb8995f00be0..77a1e5a27c40 100644 --- a/sdext/Library_PresentationMinimizer.mk +++ b/sdext/Library_PresentationMinimizer.mk @@ -24,6 +24,11 @@ $(eval $(call gb_Library_use_api,PresentationMinimizer,\ udkapi \ )) +$(eval $(call gb_Library_set_include,PresentationMinimizer,\ + $$(INCLUDE) \ + -I$(SRCDIR)/sdext/inc \ +)) + $(eval $(call gb_Library_use_libraries,PresentationMinimizer,\ cppu \ cppuhelper \ |