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 <m...@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 \


Reply via email to