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 00:18:13 UTC

svn commit: r1409537 - /incubator/ooo/branches/gbuild/main/sax/Library_sax.mk

Author: arist
Date: Wed Nov 14 23:18:12 2012
New Revision: 1409537

URL: http://svn.apache.org/viewvc?rev=1409537&view=rev
Log:
gnumake4_041_f5e59f9cc073.patch
# HG changeset patch
# User Michael Stahl <ms...@openoffice.org>
# Date 1301690823 0
# Node ID f5e59f9cc0738fbe88a148365ae9a935256b3f0e
# Parent  f9b6805ca6cab9dc32fe15cb421dba2c8f674b63
gnumake4: sax: add missing package dependency


Modified:
    incubator/ooo/branches/gbuild/main/sax/Library_sax.mk

Modified: incubator/ooo/branches/gbuild/main/sax/Library_sax.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/sax/Library_sax.mk?rev=1409537&r1=1409536&r2=1409537&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/sax/Library_sax.mk (original)
+++ incubator/ooo/branches/gbuild/main/sax/Library_sax.mk Wed Nov 14 23:18:12 2012
@@ -32,6 +32,10 @@ $(eval $(call gb_Library_add_api,sax,\
 	offapi \
 ))
 
+$(eval $(call gb_Library_add_package_headers,sax,\
+	sax_inc \
+))
+
 $(eval $(call gb_Library_set_include,sax,\
 	$$(INCLUDE) \
 	-I$(SRCDIR)/sax/inc \