author | tille <tille> | 2002-06-25 20:13:44 (UTC) |
---|---|---|
committer | tille <tille> | 2002-06-25 20:13:44 (UTC) |
commit | d64bb324d4b617479dab8bf967f954a66f0faa29 (patch) (side-by-side diff) | |
tree | 1a020aeaae65419d061a35d30f1d537006954b2e | |
parent | 4c671979117dc8ec75c91ce543c7039730530a63 (diff) | |
download | opie-d64bb324d4b617479dab8bf967f954a66f0faa29.zip opie-d64bb324d4b617479dab8bf967f954a66f0faa29.tar.gz opie-d64bb324d4b617479dab8bf967f954a66f0faa29.tar.bz2 |
added netsystemtime
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,65 +15,66 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ core/applets/clockapplet core/applets/netmonapplet \ core/applets/screenshotapplet core/applets/clipboardapplet \ core/applets/cardmon core/applets/obex \ core/applets/vmemo noncore/net/netsetup/dialup \ noncore/net/netsetup/lan MAIL= noncore/mail/libmail noncore/mail/bend PLAYER = core/multimedia/opieplayer/libmpeg3 \ core/multimedia/opieplayer/libmad \ core/multimedia/opieplayer/wavplugin COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) PIMAPPS = core/pim/addressbook core/pim/datebook \ core/pim/today core/pim/todo COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ core/apps/textedit core/apps/embeddedkonsole \ core/launcher core/apps/sysinfo \ core/apps/oipkg core/apps/qcop COREMULTIMEDIA = core/multimedia/opieplayer CORESETTINGS = core/settings/light-and-power core/settings/security \ core/settings/systemtime core/settings/citytime \ core/settings/wlansetup NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ noncore/settings/appearance noncore/settings/sound \ noncore/settings/mediummount \ - noncore/settings/tabmanager noncore/settings/appskey + noncore/settings/tabmanager noncore/settings/appskey \ + noncore/settings/netsystemtime NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm NONCORESTYLES = noncore/styles/liquid GAMES = noncore/games/minesweep noncore/games/solitaire \ noncore/games/tetrix noncore/games/wordgame \ noncore/games/parashoot noncore/games/snake \ noncore/games/mindbreaker \ noncore/games/go noncore/games/qasteroids \ noncore/games/fifteen noncore/games/tictac \ noncore/games/kcheckers noncore/games/kpacman \ noncore/games/kbill NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ NONNET = noncore/net/netsetup noncore/net/opieftp \ noncore/mail NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ noncore/graphics/qpdf NONCOMM = noncore/comm/keypebble APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ $(COREMULTIMEDIA) $(CORESETTINGS) \ $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ $(NONAPPS) $(NONNET) $(NONMULT) \ $(NONCOMM) $(GAMES) |