]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/certs/Makefile.am
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / certs / Makefile.am
1 #***************************************************************************
2 #                                  _   _ ____  _
3 #  Project                     ___| | | |  _ \| |
4 #                             / __| | | | |_) | |
5 #                            | (__| |_| |  _ <| |___
6 #                             \___|\___/|_| \_\_____|
7 #
8 # Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
9 #
10 # This software is licensed as described in the file COPYING, which
11 # you should have received as part of this distribution. The terms
12 # are also available at http://curl.haxx.se/docs/copyright.html.
13 #
14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
15 # copies of the Software, and permit persons to whom the Software is
16 # furnished to do so, under the terms of the COPYING file.
17 #
18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 # KIND, either express or implied.
20 #
21 ###########################################################################
22 AUTOMAKE_OPTIONS = foreign
23
24 SUBDIRS = scripts
25
26 CERTFILES = \
27   EdelCurlRoot-ca.cacert \
28   EdelCurlRoot-ca.cnf \
29   EdelCurlRoot-ca.crt \
30   EdelCurlRoot-ca.csr \
31   EdelCurlRoot-ca.der \
32   EdelCurlRoot-ca.key \
33   EdelCurlRoot-ca.prm \
34   Server-localhost-sv.crl \
35   Server-localhost-sv.crt \
36   Server-localhost-sv.csr \
37   Server-localhost-sv.der \
38   Server-localhost-sv.dhp \
39   Server-localhost-sv.key \
40   Server-localhost-sv.p12 \
41   Server-localhost-sv.pem \
42   Server-localhost-sv.prm \
43   Server-localhost.nn-sv.crl \
44   Server-localhost.nn-sv.crt \
45   Server-localhost.nn-sv.csr \
46   Server-localhost.nn-sv.der \
47   Server-localhost.nn-sv.dhp \
48   Server-localhost.nn-sv.key \
49   Server-localhost.nn-sv.pem \
50   Server-localhost.nn-sv.prm \
51   Server-localhost0h-sv.crl \
52   Server-localhost0h-sv.crt \
53   Server-localhost0h-sv.csr \
54   Server-localhost0h-sv.der \
55   Server-localhost0h-sv.dhp \
56   Server-localhost0h-sv.key \
57   Server-localhost0h-sv.p12 \
58   Server-localhost0h-sv.pem \
59   Server-localhost0h-sv.prm
60
61 SRPFILES = \
62   srp-verifier-conf \
63   srp-verifier-db
64
65 EXTRA_DIST = $(CERTFILES) $(SRPFILES)
66