From 19dd86582b4fa55e9e22d1e92d27ee15c44960d9 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 25 Feb 2012 11:50:22 +0100 Subject: the include must be at the beginning --- sdext/Library_pdfimport.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdext/Library_pdfimport.mk') diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk index e04c2ebc9dde..485a14adf3f2 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)\" \ -- cgit v1.2.3