author | harlekin <harlekin> | 2003-12-12 17:55:30 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-12-12 17:55:30 (UTC) |
commit | c7749c503736091d0472e11b5bb0a8a82232bd61 (patch) (unidiff) | |
tree | 15809a91d16f566df294da5332a05584c6add6bb | |
parent | eedef106f271de17f78b903d2afa7439db1b92ad (diff) | |
download | opie-c7749c503736091d0472e11b5bb0a8a82232bd61.zip opie-c7749c503736091d0472e11b5bb0a8a82232bd61.tar.gz opie-c7749c503736091d0472e11b5bb0a8a82232bd61.tar.bz2 |
but we need -lopie
-rw-r--r-- | noncore/net/mail/mail.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro index 41ff843..0e7cff6 100644 --- a/noncore/net/mail/mail.pro +++ b/noncore/net/mail/mail.pro | |||
@@ -43,7 +43,7 @@ INTERFACES = editaccountsui.ui \ | |||
43 | composemailui.ui | 43 | composemailui.ui |
44 | 44 | ||
45 | INCLUDEPATH += $(OPIEDIR)/include | 45 | INCLUDEPATH += $(OPIEDIR)/include |
46 | LIBS += -lqpe -letpan -lssl -lcrypto | 46 | LIBS += -lqpe -letpan -lssl -lcrypto -lopie |
47 | TARGET = opiemail | 47 | TARGET = opiemail |
48 | 48 | ||
49 | include ( $(OPIEDIR)/include.pro ) | 49 | include ( $(OPIEDIR)/include.pro ) |