summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5b4c86b..34a9cd9 100644
--- a/Makefile
+++ b/Makefile
@@ -45,9 +45,8 @@ TODAYPLUGINS = core/pim/today/plugins/datebook \
45 45
46COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ 46COREAPPS = core/apps/filebrowser core/apps/helpbrowser \
47 core/apps/textedit core/apps/embeddedkonsole \ 47 core/apps/textedit core/apps/embeddedkonsole \
48 core/launcher \ 48 core/launcher \
49 core/launcher/libpreload \
50 core/opie-login \ 49 core/opie-login \
51 core/apps/oipkg core/apps/qcop 50 core/apps/oipkg core/apps/qcop
52 51
53COREMULTIMEDIA = core/multimedia/opieplayer 52COREMULTIMEDIA = core/multimedia/opieplayer
@@ -107,9 +106,9 @@ APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
107 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) 106 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS)
108 107
109 108
110 109
111NONTMAKEAPPS := root/opiealarm 110NONTMAKEAPPS := core/opiealarm
112 111
113DOCS = docs/src/opie-policy 112DOCS = docs/src/opie-policy
114 113
115dynamic: $(APPS) $(NONTMAKEAPPS) 114dynamic: $(APPS) $(NONTMAKEAPPS)