diff options
author | Michael Stahl <mst@openoffice.org> | 2011-04-18 11:13:57 +0000 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 18:03:33 +0200 |
commit | 0e50d4a041df6e2534de9160bd7fc9753cd77d52 (patch) | |
tree | 8c63720f3e6bdb1c6d0683d5ee43b9b7b14e94ae /dbaccess | |
parent | 6c251a457b55965a40a8597365402d854680282f (diff) |
gnumake4: dbaccess: add missing include dir [hg:140bf9b8db24]
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/AllLangResTarget_dbui.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/AllLangResTarget_dbui.mk b/dbaccess/AllLangResTarget_dbui.mk index a1d284a3a6b7..b5071bd4ff51 100644 --- a/dbaccess/AllLangResTarget_dbui.mk +++ b/dbaccess/AllLangResTarget_dbui.mk @@ -38,6 +38,7 @@ $(eval $(call gb_SrsTarget_set_include,dbaccess/dbui,\ -I$(OUTDIR)/inc \ -I$(WORKDIR)/inc/dbaccess \ -I$(SRCDIR)/dbaccess/source/ui/inc \ + -I$(SRCDIR)/dbaccess/source/ui/dlg \ -I$(SRCDIR)/dbaccess/inc \ )) |