Unidiff1 files changed, 2 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index ecd4e0d..fa59e8d 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -18,7 +18,8 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ |
18 | mpegplayer/libmpeg3 \ |
18 | mpegplayer/libmpeg3 \ |
19 | mpegplayer/libmad \ |
19 | mpegplayer/libmad \ |
20 | mpegplayer/wavplugin \ |
20 | mpegplayer/wavplugin \ |
21 | cardmon |
21 | cardmon \ |
| |
22 | sdmon |
22 | |
23 | |
23 | APPS=$(LOCALAPPS) addressbook calculator clock datebook \ |
24 | APPS=$(LOCALAPPS) addressbook calculator clock datebook \ |
24 | filebrowser helpbrowser minesweep mpegplayer \ |
25 | filebrowser helpbrowser minesweep mpegplayer \ |
|