From 15dc267bf93fd9d32cfa9a4c642d0b89761eda7d Mon Sep 17 00:00:00 2001 From: mickeyl Date: Fri, 24 Dec 2004 20:12:34 +0000 Subject: Repair damage done by a broken replace program. Note to self: Never use anything other than sed! Merry Christmas! --- (limited to 'noncore/net/mail') diff --git a/noncore/net/mail/libmailwrapper/libmailwrapper.pro b/noncore/net/mail/libmailwrapper/libmailwrapper.pro index 1b8f611..2f8c54d 100644 --- a/noncore/net/mail/libmailwrapper/libmailwrapper.pro +++ b/noncore/net/mail/libmailwrapper/libmailwrapper.pro @@ -50,91 +50,7 @@ contains( $(CONFIG_TARGET_MACOSX), y ){ DESTDIR = $(OPIEDIR)/lib TARGET = mailwrapper -include( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(OPIEDIR)/include.pro ) +include( $(OPIEDIR)/include.pro ) !isEmpty( LIBETPAN_INC_DIR ) { INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro index e2f548f..e394bbf 100644 --- a/noncore/net/mail/mail.pro +++ b/noncore/net/mail/mail.pro @@ -63,90 +63,7 @@ contains( CONFTEST, y ){ TARGET = opiemail -include( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(OPIEDIR)/include.pro ) +include( $(OPIEDIR)/include.pro ) !isEmpty( LIBETPAN_INC_DIR ) { INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH } diff --git a/noncore/net/mail/taskbarapplet/taskbarapplet.pro b/noncore/net/mail/taskbarapplet/taskbarapplet.pro index 5b33977..258c745 100644 --- a/noncore/net/mail/taskbarapplet/taskbarapplet.pro +++ b/noncore/net/mail/taskbarapplet/taskbarapplet.pro @@ -9,87 +9,4 @@ LIBS += -lmailwrapper -lqpe -lopiecore2 TARGET = mailapplet DESTDIR += $(OPIEDIR)/plugins/applets/ -include( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(OPIEDIR)/include.pro ) +include( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2