Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 8fa60d8..068c103 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -63,17 +63,17 @@ GAMES = noncore/games/minesweep noncore/games/solitaire \ |
63 | |
63 | |
64 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
64 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
65 | noncore/apps/opie-reader |
65 | noncore/apps/opie-reader |
66 | |
66 | |
67 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
67 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
68 | noncore/mail |
68 | noncore/mail |
69 | |
69 | |
70 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
70 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
71 | noncore/graphics/qpdf |
71 | noncore/graphics/qpdf noncore/apps/confedit |
72 | |
72 | |
73 | |
73 | |
74 | NONCOMM = noncore/comm/keypebble |
74 | NONCOMM = noncore/comm/keypebble |
75 | |
75 | |
76 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
76 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
77 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
77 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
78 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
78 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
79 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
79 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
|