diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-07-16 02:04:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-17 10:09:31 +0000 |
commit | 38e2ef81204529691b3888076e33218342825801 (patch) | |
tree | 91ae809da015bdabc52344bbed116982135f92ab /shell | |
parent | b875362cd576b29aee4da899335b8d8f6c74d192 (diff) |
Fix FTBFS with TDE support enabled
Change-Id: Ib85371542c5d79ef69bc76f6aa388acdfd9dd849
Reviewed-on: https://gerrit.libreoffice.org/10348
Reviewed-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Library_tdebe.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Library_tdebe.mk b/shell/Library_tdebe.mk index dc5b7355d08e..3b516d8d1b9a 100644 --- a/shell/Library_tdebe.mk +++ b/shell/Library_tdebe.mk @@ -9,6 +9,11 @@ $(eval $(call gb_Library_Library,tdebe1)) +$(eval $(call gb_Library_set_include,tdebe1,\ + $$(INCLUDE) \ + -I$(SRCDIR)/include/shell \ +)) + $(eval $(call gb_Library_use_sdk_api,tdebe1)) $(eval $(call gb_Library_use_externals,tdebe1,\ |