summaryrefslogtreecommitdiff
path: root/xmlsecurity/CppunitTest_qa_certext.mk
blob: faa5459d3e88b44dfd4838faf5967d9b2ecaf521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- 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_CppunitTest_CppunitTest,xmlsecurity_qa_certext))

$(eval $(call gb_CppunitTest_use_sdk_api,xmlsecurity_qa_certext))

$(eval $(call gb_CppunitTest_use_libraries,xmlsecurity_qa_certext,\
	cppu \
	neon \
	sal \
	svl \
	test \
	tl \
))

$(eval $(call gb_CppunitTest_add_exception_objects,xmlsecurity_qa_certext,\
	xmlsecurity/qa/certext/SanCertExt \
))

# vim: set noet sw=4 ts=4:
ow seems to require ENABLE_GLTF for some reasonTor Lillqvist 2016-03-25fix headless buildOliver Specht 2014-11-07Clarify configure GStreamer handlingJan-Marek Glogowski 2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud 2014-07-07fix build errors related to AVFoundation @ OS X <10.7Douglas Mencken 2014-05-16Make the MacAVF code build also as 32-bitTor Lillqvist 2014-05-15The macavf code doesn't compile as 32-bit, sighTor Lillqvist 2014-05-15The AVFoundation framework appeared in OS X 10.7Tor Lillqvist 2014-05-15The AVMedia framework is not deprecatedTor Lillqvist 2014-05-15AOO: #i124875# support Mac AV-Foundation API for multimedia contentHerbert Dürr 2014-04-28prefer makefile-gmake-modeTakeshi Abe 2014-04-19avmediaogl: build depends on ENABLE_GLTF insteadZolnai Tamás 2014-03-27Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás 2014-02-03Drop the deprecated QuickTime stuff when building a sandboxed LOTor Lillqvist 2013-11-14make l10n buildable separatelyBjoern Michaelsen 2013-07-26initial vlc component build / conditionals and hookup.Michael Meeks 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-23execute move of global headersBjoern Michaelsen 2012-12-18Replace GUIBASE checks with equivalent OS checksTor Lillqvist 2012-12-15postprocess: convert to gbuildMatúš Kukan 2012-09-29No need for BITNESS_OVERRIDE in makefilery as CPU etc work fineTor Lillqvist 2012-09-21No 64-bit Quicktime frameworkTor Lillqvist 2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks