[Libreoffice-commits] core.git: sdext/Executable_pdf2xml.mk

Thorsten Behrens tbehrens at suse.com
Tue Apr 30 08:05:49 PDT 2013


 sdext/Executable_pdf2xml.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f33753e507ffdd9fe3e5df1fac92b880cb574124
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Tue Apr 30 17:04:22 2013 +0200

    pdf2xml implicitely needs cppunit headers.
    
    Change-Id: I070ed7ebc0b470bf03be17031455f682b7872087

diff --git a/sdext/Executable_pdf2xml.mk b/sdext/Executable_pdf2xml.mk
index 38a591d..b9c9392 100644
--- a/sdext/Executable_pdf2xml.mk
+++ b/sdext/Executable_pdf2xml.mk
@@ -13,6 +13,7 @@ $(eval $(call gb_Executable_use_sdk_api,pdf2xml))
 
 $(eval $(call gb_Executable_use_externals,pdf2xml,\
     boost_headers \
+    cppunit \
     zlib \
 ))
 


More information about the Libreoffice-commits mailing list