office-gobmx/embeddedobj/Module_embeddedobj.mk
Michael Stahl 9d7c5dcf44 do not build emboleobj library on --disable-atl
Change-Id: I4973cbdd8afead3f189874ef754d2b2eee4bfb9c
2013-08-29 22:38:00 +02:00

18 lines
535 B
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Module_Module,embeddedobj))
$(eval $(call gb_Module_add_targets,embeddedobj,\
Library_embobj \
$(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,Library_emboleobj) \
))
# vim: set noet sw=4 ts=4: