summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/libmailwrapper.pro
Unidiff
Diffstat (limited to 'noncore/net/mail/libmailwrapper/libmailwrapper.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/mail/libmailwrapper/libmailwrapper.pro4
1 files changed, 2 insertions, 2 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}