summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-02-25 11:50:22 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-06 10:32:05 +0100
commit19dd86582b4fa55e9e22d1e92d27ee15c44960d9 (patch)
tree29af0a830476c779d121612db1e1048df63711c2 /sdext
parent5e5d02fbbe16ad4ebda67cac693ceae67c64e5d4 (diff)
the include must be at the beginning
Diffstat (limited to 'sdext')
-rw-r--r--sdext/Library_pdfimport.mk4
1 files changed, 2 insertions, 2 deletions
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)\" \