Makefile.am 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. SUBDIRS = scripts
  24. CERTFILES = \
  25. EdelCurlRoot-ca.cacert \
  26. EdelCurlRoot-ca.cnf \
  27. EdelCurlRoot-ca.crt \
  28. EdelCurlRoot-ca.csr \
  29. EdelCurlRoot-ca.der \
  30. EdelCurlRoot-ca.key \
  31. EdelCurlRoot-ca.prm \
  32. Server-localhost-sv.crl \
  33. Server-localhost-sv.crt \
  34. Server-localhost-sv.csr \
  35. Server-localhost-sv.der \
  36. Server-localhost-sv.dhp \
  37. Server-localhost-sv.key \
  38. Server-localhost-sv.p12 \
  39. Server-localhost-sv.pem \
  40. Server-localhost-sv.prm \
  41. Server-localhost.nn-sv.crl \
  42. Server-localhost.nn-sv.crt \
  43. Server-localhost.nn-sv.csr \
  44. Server-localhost.nn-sv.der \
  45. Server-localhost.nn-sv.dhp \
  46. Server-localhost.nn-sv.key \
  47. Server-localhost.nn-sv.pem \
  48. Server-localhost.nn-sv.prm \
  49. Server-localhost0h-sv.crl \
  50. Server-localhost0h-sv.crt \
  51. Server-localhost0h-sv.csr \
  52. Server-localhost0h-sv.der \
  53. Server-localhost0h-sv.dhp \
  54. Server-localhost0h-sv.key \
  55. Server-localhost0h-sv.p12 \
  56. Server-localhost0h-sv.pem \
  57. Server-localhost0h-sv.prm
  58. SRPFILES = \
  59. srp-verifier-conf \
  60. srp-verifier-db
  61. EXTRA_DIST = $(CERTFILES) $(SRPFILES)