You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/11/15 01:09:38 UTC

svn commit: r1409592 - /incubator/ooo/branches/gbuild/main/dbaccess/AllLangResTarget_dbui.mk

Author: arist
Date: Thu Nov 15 00:09:37 2012
New Revision: 1409592

URL: http://svn.apache.org/viewvc?rev=1409592&view=rev
Log:
gnumake4_138_140bf9b8db24.patch
# HG changeset patch
# User Michael Stahl <ms...@openoffice.org>
# Date 1303125237 0
# Node ID 140bf9b8db248b869c5464f4e8168e0bf9cc306b
# Parent  22467b40e637d8f227421dc8ce7c8167913ed3d8
gnumake4: dbaccess: add missing include dir


Modified:
    incubator/ooo/branches/gbuild/main/dbaccess/AllLangResTarget_dbui.mk

Modified: incubator/ooo/branches/gbuild/main/dbaccess/AllLangResTarget_dbui.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/AllLangResTarget_dbui.mk?rev=1409592&r1=1409591&r2=1409592&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/AllLangResTarget_dbui.mk (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/AllLangResTarget_dbui.mk Thu Nov 15 00:09:37 2012
@@ -38,6 +38,7 @@ $(eval $(call gb_SrsTarget_set_include,d
 	-I$(OUTDIR)/inc \
 	-I$(WORKDIR)/inc/dbaccess \
 	-I$(SRCDIR)/dbaccess/source/ui/inc \
+	-I$(SRCDIR)/dbaccess/source/ui/dlg \
 	-I$(SRCDIR)/dbaccess/inc \
 ))