summaryrefslogtreecommitdiff
authorzecke <zecke>2002-02-06 02:47:34 (UTC)
committer zecke <zecke>2002-02-06 02:47:34 (UTC)
commitf9c1ae9958d40885657a5a974c944cc2ccddbea4 (patch) (unidiff)
treeecfb44f994ae56c39910c2806f013d70e669ac81
parent4d7267303fe29d883ed5c38e804046c7bfec6c9a (diff)
downloadopie-f9c1ae9958d40885657a5a974c944cc2ccddbea4.zip
opie-f9c1ae9958d40885657a5a974c944cc2ccddbea4.tar.gz
opie-f9c1ae9958d40885657a5a974c944cc2ccddbea4.tar.bz2
Check in of opieMail a MailClient
OMail is not ready for primetype yet but I want others to have a chanche to see what is allready there and will be needed for the creation a full blown PDA MailClient Currently it relies on that somebody parsed MBoxes put up a log and installs it somewhere. This will change pretty soon. Allowing reading MBox itself, pop3, smtp and maybe even imap Please check out README and TODO in opiemail/ there's no .desktop file on purpose. Don't let users play was an unifnished app.
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 386171c..f65396a 100644
--- a/Makefile
+++ b/Makefile
@@ -21,25 +21,25 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \
21APPS=$(LOCALAPPS) addressbook calculator clock datebook \ 21APPS=$(LOCALAPPS) addressbook calculator clock datebook \
22 filebrowser helpbrowser minesweep mpegplayer \ 22 filebrowser helpbrowser minesweep mpegplayer \
23 settings/light-and-power \ 23 settings/light-and-power \
24 settings/language \ 24 settings/language \
25 settings/rotation \ 25 settings/rotation \
26 settings/appearance \ 26 settings/appearance \
27 settings/security \ 27 settings/security \
28 settings/sound \ 28 settings/sound \
29 settings/systemtime \ 29 settings/systemtime \
30 solitaire spreadsheet tetrix textedit \ 30 solitaire spreadsheet tetrix textedit \
31 todo tux wordgame embeddedkonsole taskbar sysinfo \ 31 todo tux wordgame embeddedkonsole taskbar sysinfo \
32 parashoot snake citytime showimg netsetup \ 32 parashoot snake citytime showimg netsetup \
33 qipkg mindbreaker go qasteroids qcop fifteen keypebble 33 qipkg mindbreaker go qasteroids qcop fifteen keypebble opiemail/lib opiemail
34 34
35single: mpegplayer/libmpeg3 35single: mpegplayer/libmpeg3
36 36
37dynamic: $(APPS) 37dynamic: $(APPS)
38 38
39$(COMPONENTS): $(LIBS) 39$(COMPONENTS): $(LIBS)
40 40
41$(APPS): $(LIBS) $(COMPONENTS) 41$(APPS): $(LIBS) $(COMPONENTS)
42 42
43$(LIBS) $(COMPONENTS) $(APPS) single: 43$(LIBS) $(COMPONENTS) $(APPS) single:
44 $(MAKE) -C $@ -f Makefile 44 $(MAKE) -C $@ -f Makefile
45 45