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 /vcl/Executable_tdefilepicker.mk | |
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 'vcl/Executable_tdefilepicker.mk')
-rw-r--r-- | vcl/Executable_tdefilepicker.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/Executable_tdefilepicker.mk b/vcl/Executable_tdefilepicker.mk index 6a3923592eb8..9811e6d3ea9c 100644 --- a/vcl/Executable_tdefilepicker.mk +++ b/vcl/Executable_tdefilepicker.mk @@ -19,7 +19,7 @@ $(eval $(call gb_Executable_set_include,tdefilepicker,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ -I$(SRCDIR)/solenv/inc \ - -I$(SRCDIR)/vcl/inc/unx/tde \ + -I$(SRCDIR)/vcl/inc/unx/kde \ )) $(eval $(call gb_Executable_use_libraries,tdefilepicker,\ |