-rw-r--r-- | core/pim/today/plugins/mail/config.in | 4 | ||||
-rw-r--r-- | core/pim/today/plugins/mail/mail.pro | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/today/plugins/mail/config.in b/core/pim/today/plugins/mail/config.in index 4d16102..66a2b22 100644 --- a/core/pim/today/plugins/mail/config.in +++ b/core/pim/today/plugins/mail/config.in | |||
@@ -1,5 +1,5 @@ | |||
1 | config TODAY_MAIL | 1 | config TODAY_MAIL |
2 | boolean "mail" | 2 | boolean "mail" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBMAILWRAPPER | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2PIM && LIBMAILWRAPPER |
5 | comment "opie-today-mailplugin requires libmailwrapper enabled" | 5 | comment "opie-today-mailplugin requires libopie2core, libopie2pim, and libmailwrapper" |
diff --git a/core/pim/today/plugins/mail/mail.pro b/core/pim/today/plugins/mail/mail.pro index 1c3555b..b1c4551 100644 --- a/core/pim/today/plugins/mail/mail.pro +++ b/core/pim/today/plugins/mail/mail.pro | |||
@@ -11,7 +11,7 @@ INCLUDEPATH += $(OPIEDIR)/include \ | |||
11 | DEPENDPATH += $(OPIEDIR)/include \ | 11 | DEPENDPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | 13 | ||
14 | LIBS+= -lqpe -lopiecore2 -opiepim2 | 14 | LIBS+= -lqpe -lopiecore2 -lopiepim2 |
15 | 15 | ||
16 | DESTDIR = $(OPIEDIR)/plugins/today | 16 | DESTDIR = $(OPIEDIR)/plugins/today |
17 | TARGET = todaymailplugin | 17 | TARGET = todaymailplugin |