]> git.ipfire.org Git - thirdparty/strongswan.git/blob - src/libstrongswan/Makefile.am
- applied andreas's patch
[thirdparty/strongswan.git] / src / libstrongswan / Makefile.am
1 lib_LTLIBRARIES = libstrongswan.la
2
3 libstrongswan_la_SOURCES = \
4 crypto/rsa/rsa_private_key.c \
5 crypto/rsa/rsa_public_key.h \
6 crypto/rsa/rsa_private_key.h \
7 crypto/rsa/rsa_public_key.c \
8 crypto/prfs/hmac_prf.c \
9 crypto/prfs/hmac_prf.h \
10 crypto/prfs/prf.c \
11 crypto/prfs/prf.h \
12 crypto/signers/hmac_signer.c \
13 crypto/signers/hmac_signer.h \
14 crypto/signers/signer.c \
15 crypto/signers/signer.h \
16 crypto/crypters/aes_cbc_crypter.c \
17 crypto/crypters/crypter.c \
18 crypto/crypters/aes_cbc_crypter.h \
19 crypto/crypters/crypter.h \
20 crypto/hashers/sha1_hasher.c \
21 crypto/hashers/md5_hasher.c \
22 crypto/hashers/hasher.h \
23 crypto/hashers/md5_hasher.h \
24 crypto/hashers/hasher.c \
25 crypto/hashers/sha1_hasher.h \
26 crypto/diffie_hellman.c \
27 crypto/prf_plus.h \
28 crypto/x509.c \
29 crypto/prf_plus.c \
30 crypto/hmac.c \
31 crypto/x509.h \
32 crypto/hmac.h \
33 crypto/diffie_hellman.h \
34 utils/identification.h \
35 utils/iterator.h \
36 utils/linked_list.c \
37 utils/linked_list.h \
38 utils/tester.c \
39 utils/leak_detective.c \
40 utils/logger_manager.c \
41 utils/randomizer.c \
42 utils/tester.h \
43 utils/leak_detective.h \
44 utils/host.c \
45 utils/logger_manager.h \
46 utils/randomizer.h \
47 utils/logger.c \
48 utils/host.h \
49 utils/logger.h \
50 utils/identification.c \
51 utils/lexparser.c \
52 utils/lexparser.h \
53 asn1/ttodata.c \
54 asn1/oid.h \
55 asn1/ttodata.h \
56 asn1/pem.c \
57 asn1/asn1.c \
58 asn1/pem.h \
59 asn1/asn1.h \
60 asn1/oid.c \
61 definitions.h \
62 types.h \
63 definitions.c \
64 library.c \
65 types.c \
66 library.h
67
68 libstrongswan_la_LIBADD = -lgmp -lpthread
69
70 INCLUDES = -I$(top_srcdir)/src/libstrongswan
71 EXTRA_DIST = asn1/oid.txt asn1/oid.pl