summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-11-04 18:40:17 +0200
committerDavid Tardon <dtardon@redhat.com>2013-11-04 23:46:55 -0600
commit891bb7cc7c8da918568c5cb44b169bf20153032f (patch)
treebd097003e3dc1c0f289946a48757345a07c09ffc /RepositoryExternal.mk
parenta62e7733b3e27832c085112f1beda22ee3dd8976 (diff)
fdo#70393: move unixODBC to a subdir of external
Change-Id: I191b75802eba781fc62ab21cd41918983a6efdb0 Reviewed-on: https://gerrit.libreoffice.org/6569 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 47dabc199dcc..b633fa0e3180 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -116,7 +116,7 @@ else
define gb_LinkTarget__use_odbc_headers
$(call gb_LinkTarget_set_include,$(1),\
- -I$(SRCDIR)/unixODBC/inc \
+ -I$(SRCDIR)/external/unixODBC/inc \
$$(INCLUDE) \
)