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/14 22:13:50 UTC

svn commit: r1409404 - in /incubator/ooo/branches/gbuild/main/unoxml: Library_unordf.mk Library_unoxml.mk

Author: arist
Date: Wed Nov 14 21:13:49 2012
New Revision: 1409404

URL: http://svn.apache.org/viewvc?rev=1409404&view=rev
Log:
ause130_3_cd4b3e8c35cf.patch

# HG changeset patch
# User Hans-Joachim Lankenau <hj...@openoffice.org>
# Date 1299851504 -3600
# Node ID cd4b3e8c35cfbe8461240353a25370150327df0c
# Parent  1ac50048454edecc1cc2859dcbf8b314abe473c5
ause130: #i117218# missing pieces...


Modified:
    incubator/ooo/branches/gbuild/main/unoxml/Library_unordf.mk
    incubator/ooo/branches/gbuild/main/unoxml/Library_unoxml.mk

Modified: incubator/ooo/branches/gbuild/main/unoxml/Library_unordf.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/unoxml/Library_unordf.mk?rev=1409404&r1=1409403&r2=1409404&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/unoxml/Library_unordf.mk (original)
+++ incubator/ooo/branches/gbuild/main/unoxml/Library_unordf.mk Wed Nov 14 21:13:49 2012
@@ -27,13 +27,17 @@ $(eval $(call gb_Library_set_componentfi
 
 $(eval $(call gb_Library_set_include,unordf,\
 	$$(INCLUDE) \
-	-I$(OUTDIR)/inc/offuh \
 ))
 
 $(eval $(call gb_Library_set_defs,unordf,\
 	$$(DEFS) \
 ))
 
+$(eval $(call gb_Library_add_api,unordf,\
+	udkapi \
+	offapi \
+))
+
 $(eval $(call gb_Library_add_linked_libs,unordf,\
 	cppuhelper \
 	cppu \

Modified: incubator/ooo/branches/gbuild/main/unoxml/Library_unoxml.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/unoxml/Library_unoxml.mk?rev=1409404&r1=1409403&r2=1409404&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/unoxml/Library_unoxml.mk (original)
+++ incubator/ooo/branches/gbuild/main/unoxml/Library_unoxml.mk Wed Nov 14 21:13:49 2012
@@ -27,13 +27,17 @@ $(eval $(call gb_Library_set_componentfi
 
 $(eval $(call gb_Library_set_include,unoxml,\
 	$$(INCLUDE) \
-	-I$(OUTDIR)/inc/offuh \
 ))
 
 $(eval $(call gb_Library_set_defs,unoxml,\
 	$$(DEFS) \
 ))
 
+$(eval $(call gb_Library_add_api,unoxml,\
+	udkapi \
+	offapi \
+))
+
 $(eval $(call gb_Library_add_linked_libs,unoxml,\
     ucbhelper \
 	sax \