summaryrefslogtreecommitdiff
path: root/noncore/net/mail
authorar <ar>2004-04-29 22:33:58 (UTC)
committer ar <ar>2004-04-29 22:33:58 (UTC)
commit775dcb9de6fe9739b4ecaec5784b9971274d7f6a (patch) (side-by-side diff)
treeb9e33ed1cadf058dfa7185364340a9617ba19b6c /noncore/net/mail
parent9de06cabdcc42a36686068294c420b40e8743935 (diff)
downloadopie-775dcb9de6fe9739b4ecaec5784b9971274d7f6a.zip
opie-775dcb9de6fe9739b4ecaec5784b9971274d7f6a.tar.gz
opie-775dcb9de6fe9739b4ecaec5784b9971274d7f6a.tar.bz2
- add libetpan lib and include dir from dependencies
Diffstat (limited to 'noncore/net/mail') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/mail.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro
index 7b00c58..a3328cb 100644
--- a/noncore/net/mail/mail.pro
+++ b/noncore/net/mail/mail.pro
@@ -64,3 +64,9 @@ contains( CONFTEST, y ){
TARGET = opiemail
include ( $(OPIEDIR)/include.pro )
+!isEmpty( LIBETPAN_INC_DIR ) {
+ INCLUDEPATH += $$LIBETPAN_INC_DIR
+}
+!isEmpty( LIBETPAN_LIB_DIR ) {
+ LIBS += -Wl,-rpath-link,$$LIBETPAN_LIB_DIR
+}