author | ulf69 <ulf69> | 2004-10-22 03:16:27 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-10-22 03:16:27 (UTC) |
commit | e81c11b59475d934608c7253d2862933d497d1f8 (patch) (unidiff) | |
tree | 15292065eba64bdb435b250ae845bad418b1cf5c /pwmanager/libcrypt/cipher/cipher.pro | |
parent | d93d3e94f78543c912528ca043a6d78bc82b12b2 (diff) | |
download | kdepimpi-e81c11b59475d934608c7253d2862933d497d1f8.zip kdepimpi-e81c11b59475d934608c7253d2862933d497d1f8.tar.gz kdepimpi-e81c11b59475d934608c7253d2862933d497d1f8.tar.bz2 |
references to gpg-error.h could not be resolved.
Diffstat (limited to 'pwmanager/libcrypt/cipher/cipher.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | pwmanager/libcrypt/cipher/cipher.pro | 4 |
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 | |||
@@ -3,7 +3,7 @@ | |||
3 | ###################################################################### | 3 | ###################################################################### |
4 | 4 | ||
5 | TEMPLATE = lib | 5 | TEMPLATE = lib |
6 | INCLUDEPATH += . .. ../crypt | 6 | INCLUDEPATH += . .. ../crypt ../error |
7 | 7 | ||
8 | CONFIG += staticlib | 8 | CONFIG += staticlib |
9 | OBJECTS_DIR = obj/$(PLATFORM) | 9 | OBJECTS_DIR = obj/$(PLATFORM) |
@@ -67,4 +67,4 @@ SOURCES += ../crypt/ath.c \ | |||
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 |