From 6a1e8a9f03d8b552a51ab0b45ec5b1959af6eb73 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 23 Mar 2004 23:55:22 +0000 Subject: fix typo in LIBRARIES and correct build time dependencies --- (limited to 'core/pim/today') 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 @@ config TODAY_MAIL boolean "mail" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBMAILWRAPPER - comment "opie-today-mailplugin requires libmailwrapper enabled" + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2PIM && LIBMAILWRAPPER + 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 \ DEPENDPATH += $(OPIEDIR)/include \ ../ ../library -LIBS+= -lqpe -lopiecore2 -opiepim2 +LIBS+= -lqpe -lopiecore2 -lopiepim2 DESTDIR = $(OPIEDIR)/plugins/today TARGET = todaymailplugin -- cgit v0.9.0.2