From e4080dce647edfcec832164fcfb56cb36e220e27 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 1 Oct 2012 16:50:35 +0200 Subject: fdo#50163 move definition of PLATFORMID into configure.in Change-Id: Iea8385aa9213ccde7e6650cb934361597d508250 --- sdext/Extension_minimizer.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sdext/Extension_minimizer.mk') diff --git a/sdext/Extension_minimizer.mk b/sdext/Extension_minimizer.mk index 2e4d1ff27b86..17142fccf66b 100644 --- a/sdext/Extension_minimizer.mk +++ b/sdext/Extension_minimizer.mk @@ -25,12 +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_Extension_Extension,presentation-minimizer,sdext/source/minimizer)) -$(eval $(call gb_Extension_set_platform,presentation-minimizer,$(sdext_PLATFORM))) - $(eval $(call gb_Extension_add_libraries,presentation-minimizer,\ SunPresentationMinimizer \ )) -- cgit