summaryrefslogtreecommitdiffabout
path: root/pwmanager/libcrypt/cipher
Unidiff
Diffstat (limited to 'pwmanager/libcrypt/cipher') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/libcrypt/cipher/cipher.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/pwmanager/libcrypt/cipher/cipher.pro b/pwmanager/libcrypt/cipher/cipher.pro
index ad96201..7e1a330 100644
--- a/pwmanager/libcrypt/cipher/cipher.pro
+++ b/pwmanager/libcrypt/cipher/cipher.pro
@@ -39,32 +39,34 @@ SOURCES += ac.c \
39 sha1.c \ 39 sha1.c \
40 sha256.c \ 40 sha256.c \
41 sha512.c \ 41 sha512.c \
42 tiger.c \ 42 tiger.c \
43 twofish.c 43 twofish.c
44 44
45 # rndw32.c \ 45 # rndw32.c \
46 46
47 47
48HEADERS += ../crypt/ath.h \ 48HEADERS += ../crypt/ath.h \
49 ../crypt/cipher.h \ 49 ../crypt/cipher.h \
50 ../crypt/g10lib.h \ 50 ../crypt/g10lib.h \
51 ../crypt/gcrypt-module.h \ 51 ../crypt/gcrypt-module.h \
52 ../crypt/gcrypt.h \ 52 ../crypt/gcrypt.h \
53 ../crypt/mpi.h \ 53 ../crypt/mpi.h \
54 ../crypt/secmem.h \ 54 ../crypt/secmem.h \
55 ../crypt/stdmem.h \ 55 ../crypt/stdmem.h \
56 ../crypt/types.h 56 ../crypt/types.h
57SOURCES += ../crypt/ath.c \ 57SOURCES += ../crypt/ath.c \
58 ../crypt/global.c \ 58 ../crypt/global.c \
59 ../crypt/misc.c \ 59 ../crypt/misc.c \
60 ../crypt/missing-string.c \ 60 ../crypt/missing-string.c \
61 ../crypt/module.c \ 61 ../crypt/module.c \
62 ../crypt/secmem.c \ 62 ../crypt/secmem.c \
63 ../crypt/sexp.c \ 63 ../crypt/sexp.c \
64 ../crypt/stdmem.c 64 ../crypt/stdmem.c
65 65
66 66
67 67
68 68
69#LIBS += -L../$(PLATFORM) 69#LIBS += -L../$(PLATFORM)
70#LIBS += -lgcrypt -lmpi -lerror 70#LIBS += -lgcrypt -lmpi -lerror
71#The following line was inserted by qt3to4
72QT += xml qt3support