summaryrefslogtreecommitdiff
path: root/noncore/net/mail
Unidiff
Diffstat (limited to 'noncore/net/mail') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/mail/libmailwrapper/libmailwrapper.pro4
-rw-r--r--noncore/net/mail/mail.pro4
2 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/mail/libmailwrapper/libmailwrapper.pro b/noncore/net/mail/libmailwrapper/libmailwrapper.pro
index 5e44064..befadd7 100644
--- a/noncore/net/mail/libmailwrapper/libmailwrapper.pro
+++ b/noncore/net/mail/libmailwrapper/libmailwrapper.pro
@@ -51,8 +51,8 @@ TARGET = mailwrapper
51include ( $(OPIEDIR)/include.pro ) 51include ( $(OPIEDIR)/include.pro )
52 52
53!isEmpty( LIBETPAN_INC_DIR ) { 53!isEmpty( LIBETPAN_INC_DIR ) {
54 INCLUDEPATH += $$LIBETPAN_INC_DIR 54 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH
55} 55}
56!isEmpty( LIBETPAN_LIB_DIR ) { 56!isEmpty( LIBETPAN_LIB_DIR ) {
57 LIBS += -L$$LIBETPAN_LIB_DIR 57 LIBS = -L$$LIBETPAN_LIB_DIR $$LIBS
58} 58}
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro
index a3328cb..c88923f 100644
--- a/noncore/net/mail/mail.pro
+++ b/noncore/net/mail/mail.pro
@@ -65,8 +65,8 @@ TARGET = opiemail
65 65
66include ( $(OPIEDIR)/include.pro ) 66include ( $(OPIEDIR)/include.pro )
67!isEmpty( LIBETPAN_INC_DIR ) { 67!isEmpty( LIBETPAN_INC_DIR ) {
68 INCLUDEPATH += $$LIBETPAN_INC_DIR 68 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH
69} 69}
70!isEmpty( LIBETPAN_LIB_DIR ) { 70!isEmpty( LIBETPAN_LIB_DIR ) {
71 LIBS += -Wl,-rpath-link,$$LIBETPAN_LIB_DIR 71 LIBS = -Wl,-rpath-link,$$LIBETPAN_LIB_DIR $$LIBS
72} 72}