diff options
author | David Tardon <dtardon@redhat.com> | 2012-02-25 11:50:22 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-06 10:32:05 +0100 |
commit | 19dd86582b4fa55e9e22d1e92d27ee15c44960d9 (patch) | |
tree | 29af0a830476c779d121612db1e1048df63711c2 /sdext/Library_pdfimport.mk | |
parent | 5e5d02fbbe16ad4ebda67cac693ceae67c64e5d4 (diff) |
the include must be at the beginning
Diffstat (limited to 'sdext/Library_pdfimport.mk')
-rw-r--r-- | sdext/Library_pdfimport.mk | 4 |
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)\" \ |