Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 5b28a16..1aa15f8 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -53,13 +53,13 @@ CORESETTINGS = core/settings/light-and-power core/settings/security \ |
53 | core/settings/launcher |
53 | core/settings/launcher |
54 | |
54 | |
55 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
55 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
56 | noncore/settings/appearance2 noncore/settings/sound \ |
56 | noncore/settings/appearance2 noncore/settings/sound \ |
57 | noncore/settings/mediummount \ |
57 | noncore/settings/mediummount \ |
58 | noncore/settings/tabmanager noncore/settings/appskey \ |
58 | noncore/settings/tabmanager noncore/settings/appskey \ |
59 | noncore/settings/netsystemtime noncore/settings/wlansetup \ |
59 | noncore/settings/netsystemtime \ |
60 | noncore/settings/sshkeys noncore/settings/usermanager \ |
60 | noncore/settings/sshkeys noncore/settings/usermanager \ |
61 | noncore/settings/backup |
61 | noncore/settings/backup |
62 | |
62 | |
63 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
63 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
64 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ |
64 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ |
65 | noncore/tools/formatter |
65 | noncore/tools/formatter |
|