summaryrefslogtreecommitdiff
path: root/sdext/StaticLibrary_pdfimport_s.mk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-10-01 16:50:35 +0200
committerAndras Timar <atimar@suse.com>2012-10-01 17:16:47 +0200
commite4080dce647edfcec832164fcfb56cb36e220e27 (patch)
treebcfa37978d4fad1cf5fd82c8e0e1a0ab1db6fb93 /sdext/StaticLibrary_pdfimport_s.mk
parent968ed85d7304fe0044d3f82af20ae7190ad3c33d (diff)
fdo#50163 move definition of PLATFORMID into configure.in
Change-Id: Iea8385aa9213ccde7e6650cb934361597d508250
Diffstat (limited to 'sdext/StaticLibrary_pdfimport_s.mk')
-rw-r--r--sdext/StaticLibrary_pdfimport_s.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/sdext/StaticLibrary_pdfimport_s.mk b/sdext/StaticLibrary_pdfimport_s.mk
index bf49da31070b..7e648abf8abf 100644
--- a/sdext/StaticLibrary_pdfimport_s.mk
+++ b/sdext/StaticLibrary_pdfimport_s.mk
@@ -25,8 +25,6 @@
# 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_StaticLibrary_StaticLibrary,pdfimport_s))
$(eval $(call gb_StaticLibrary_use_packages,pdfimport_s,\
@@ -56,7 +54,7 @@ $(eval $(call gb_StaticLibrary_set_include,pdfimport_s,\
$(eval $(call gb_StaticLibrary_add_defs,pdfimport_s,\
-DBOOST_SPIRIT_USE_OLD_NAMESPACE \
- -DPDFI_IMPL_IDENTIFIER=\"com.sun.star.PDFImport-$(sdext_PLATFORM)\" \
+ -DPDFI_IMPL_IDENTIFIER=\"com.sun.star.PDFImport-$(PLATFORMID)\" \
))
$(eval $(call gb_StaticLibrary_add_exception_objects,pdfimport_s,\