summaryrefslogtreecommitdiff
path: root/noncore/net/mail/mail.pro
authorharlekin <harlekin>2003-12-12 17:35:40 (UTC)
committer harlekin <harlekin>2003-12-12 17:35:40 (UTC)
commiteedef106f271de17f78b903d2afa7439db1b92ad (patch) (side-by-side diff)
treebdfacb4dcc81eed662e06619f0302d99f9b8535d /noncore/net/mail/mail.pro
parentab38828e927334e5e1ad66bf6682099068f4c5e0 (diff)
downloadopie-eedef106f271de17f78b903d2afa7439db1b92ad.zip
opie-eedef106f271de17f78b903d2afa7439db1b92ad.tar.gz
opie-eedef106f271de17f78b903d2afa7439db1b92ad.tar.bz2
no need to link against db ( if libetpan is compiled right )
Diffstat (limited to 'noncore/net/mail/mail.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/mail.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro
index d333829..41ff843 100644
--- a/noncore/net/mail/mail.pro
+++ b/noncore/net/mail/mail.pro
@@ -43,7 +43,7 @@ INTERFACES = editaccountsui.ui \
composemailui.ui
INCLUDEPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lopie -letpan -lssl -lcrypto -ldb
+LIBS += -lqpe -letpan -lssl -lcrypto
TARGET = opiemail
include ( $(OPIEDIR)/include.pro )