# -*- 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_AllLangResTarget_AllLangResTarget,acc)) $(eval $(call gb_AllLangResTarget_set_reslocation,acc,accessibility)) $(eval $(call gb_AllLangResTarget_add_srs,acc,\ acc/res \ )) $(eval $(call gb_SrsTarget_SrsTarget,acc/res)) $(eval $(call gb_SrsTarget_set_include,acc/res,\ $$(INCLUDE) \ -I$(SRCDIR)/accessibility/inc \ )) $(eval $(call gb_SrsTarget_add_files,acc/res,\ accessibility/source/helper/accessiblestrings.src \ )) # vim:set noet sw=4 ts=4: 4e39415324e8a2e06bcf09c9 Reviewed-on: https://gerrit.libreoffice.org/6550 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> python3: put an RPATH into python binary ... 2013-04-19T14:16:34+00:00 Michael Stahl mstahl@redhat.com 2013-04-19T13:33:57+00:00 b865ff3d75a4611eaefe1f35b0dc9c7d9256f1ff ... and get rid of LD_LIBRARY_PATH hack in wrapper shell script. Change-Id: I7d91c6086460504d656de7b018087264165f396b
... and get rid of LD_LIBRARY_PATH hack in wrapper shell script.

Change-Id: I7d91c6086460504d656de7b018087264165f396b