summaryrefslogtreecommitdiffabout
path: root/pwmanager/libcrypt/cipher/cipher.pro
Unidiff
Diffstat (limited to 'pwmanager/libcrypt/cipher/cipher.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/libcrypt/cipher/cipher.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/pwmanager/libcrypt/cipher/cipher.pro b/pwmanager/libcrypt/cipher/cipher.pro
index 9860136..ad96201 100644
--- a/pwmanager/libcrypt/cipher/cipher.pro
+++ b/pwmanager/libcrypt/cipher/cipher.pro
@@ -1,30 +1,30 @@
1###################################################################### 1######################################################################
2# Automatically generated by qmake (1.07a) Tue Oct 19 14:06:16 2004 2# Automatically generated by qmake (1.07a) Tue Oct 19 14:06:16 2004
3###################################################################### 3######################################################################
4 4
5TEMPLATE = lib 5TEMPLATE = lib
6INCLUDEPATH += . .. ../crypt 6INCLUDEPATH += . .. ../crypt ../error
7 7
8CONFIG += staticlib 8CONFIG += staticlib
9OBJECTS_DIR = obj/$(PLATFORM) 9OBJECTS_DIR = obj/$(PLATFORM)
10MOC_DIR = moc/$(PLATFORM) 10MOC_DIR = moc/$(PLATFORM)
11DESTDIR= ../$(PLATFORM) 11DESTDIR= ../$(PLATFORM)
12 TARGET = kpmicrocipher 12 TARGET = kpmicrocipher
13 13
14# Input 14# Input
15HEADERS += bithelp.h rand-internal.h random.h rmd.h 15HEADERS += bithelp.h rand-internal.h random.h rmd.h
16SOURCES += ac.c \ 16SOURCES += ac.c \
17 arcfour.c \ 17 arcfour.c \
18 blowfish.c \ 18 blowfish.c \
19 cast5.c \ 19 cast5.c \
20 cipher.c \ 20 cipher.c \
21 crc.c \ 21 crc.c \
22 des.c \ 22 des.c \
23 dsa.c \ 23 dsa.c \
24 elgamal.c \ 24 elgamal.c \
25 md.c \ 25 md.c \
26 md4.c \ 26 md4.c \
27 md5.c \ 27 md5.c \
28 primegen.c \ 28 primegen.c \
29 pubkey.c \ 29 pubkey.c \
30 random.c \ 30 random.c \
@@ -46,25 +46,25 @@ SOURCES += ac.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 \ No newline at end of file 70#LIBS += -lgcrypt -lmpi -lerror