[Libreoffice-commits] .: Branch 'feature/gbuild_sdext' - sdext/Library_pdfimport.mk

David Tardon dtardon at kemper.freedesktop.org
Sat Feb 25 02:50:34 PST 2012


 sdext/Library_pdfimport.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bc2cbaf95386a44b225d0ee25ce4ddf4a9e239c5
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Feb 25 11:50:22 2012 +0100

    the include must be at the beginning

diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk
index e04c2eb..485a14a 100644
--- a/sdext/Library_pdfimport.mk
+++ b/sdext/Library_pdfimport.mk
@@ -25,6 +25,8 @@
 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
 # instead of those above.
 
+include $(dir $(realpath $(lastword $(MAKEFILE_LIST))))platform.mk
+
 $(eval $(call gb_Library_Library,pdfimport))
 
 $(eval $(call gb_Library_add_api,pdfimport,\
@@ -32,8 +34,6 @@ $(eval $(call gb_Library_add_api,pdfimport,\
     udkapi \
 ))
 
-include $(dir $(realpath $(lastword $(MAKEFILE_LIST))))platform.mk
-
 $(eval $(call gb_Library_add_defs,pdfimport,\
     -DBOOST_SPIRIT_USE_OLD_NAMESPACE \
     -DPDFI_IMPL_IDENTIFIER=\"com.sun.star.PDFImport-$(sdext_PLATFORM)\" \


More information about the Libreoffice-commits mailing list