Unidiff1 files changed, 2 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index a8e73af..a8b72b8 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -50,13 +50,14 @@ CORESETTINGS = core/settings/light-and-power core/settings/security \ |
50 | |
50 | |
51 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
51 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
52 | noncore/settings/appearance noncore/settings/sound \ |
52 | noncore/settings/appearance noncore/settings/sound \ |
53 | noncore/settings/mediummount \ |
53 | noncore/settings/mediummount \ |
54 | noncore/settings/tabmanager noncore/settings/appskey \ |
54 | noncore/settings/tabmanager noncore/settings/appskey \ |
55 | noncore/settings/netsystemtime noncore/settings/wlansetup \ |
55 | noncore/settings/netsystemtime noncore/settings/wlansetup \ |
56 | noncore/settings/sshkeys |
56 | noncore/settings/sshkeys noncore/settings/usermanager \ |
| |
57 | |
57 | |
58 | |
58 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
59 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
59 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
60 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
60 | |
61 | |
61 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal |
62 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal |
62 | |
63 | |
|