|
diff --git a/Makefile b/Makefile index 13e1205..e1ae448 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -13,5 +13,5 @@ noconfig_targets := xconfig menuconfig config oldconfig randconfig \ |
13 | ipks |
13 | ipks |
14 | |
14 | |
15 | configs += $(TOPDIR)/core/applets/config.in $(TOPDIR)/core/apps/config.in $(TOPDIR)/core/multimedia/config.in $(TOPDIR)/core/pim/config.in $(TOPDIR)/core/pim/today/plugins/config.in $(TOPDIR)/core/settings/config.in $(TOPDIR)/development/config.in $(TOPDIR)/inputmethods/config.in $(TOPDIR)/libopie/pim/config.in $(TOPDIR)/noncore/applets/config.in $(TOPDIR)/noncore/apps/opie-console/test/config.in $(TOPDIR)/noncore/apps/config.in $(TOPDIR)/noncore/comm/config.in $(TOPDIR)/noncore/decorations/config.in $(TOPDIR)/noncore/games/config.in $(TOPDIR)/noncore/graphics/config.in $(TOPDIR)/noncore/multimedia/config.in $(TOPDIR)/noncore/net/config.in $(TOPDIR)/noncore/net/opietooth/config.in $(TOPDIR)/noncore/settings/config.in $(TOPDIR)/noncore/styles/config.in $(TOPDIR)/noncore/tools/config.in $(TOPDIR)/noncore/todayplugins/config.in $(TOPDIR)/examples/config.in |
15 | configs += $(TOPDIR)/core/applets/config.in $(TOPDIR)/core/apps/config.in $(TOPDIR)/core/multimedia/config.in $(TOPDIR)/core/pim/config.in $(TOPDIR)/core/pim/today/plugins/config.in $(TOPDIR)/core/settings/config.in $(TOPDIR)/development/config.in $(TOPDIR)/inputmethods/config.in $(TOPDIR)/libopie/pim/config.in $(TOPDIR)/noncore/applets/config.in $(TOPDIR)/noncore/apps/opie-console/test/config.in $(TOPDIR)/noncore/apps/config.in $(TOPDIR)/noncore/comm/config.in $(TOPDIR)/noncore/decorations/config.in $(TOPDIR)/noncore/games/config.in $(TOPDIR)/noncore/graphics/config.in $(TOPDIR)/noncore/multimedia/config.in $(TOPDIR)/noncore/net/config.in $(TOPDIR)/noncore/net/opietooth/config.in $(TOPDIR)/noncore/settings/config.in $(TOPDIR)/noncore/styles/config.in $(TOPDIR)/noncore/tools/config.in $(TOPDIR)/noncore/todayplugins/config.in $(TOPDIR)/examples/config.in $(TOPDIR)/noncore/securityplugins/config.in |
16 | |
16 | |
17 | # $(TOPDIR)/.config depends on .depends.cfgs, as it depends on $(configs) |
17 | # $(TOPDIR)/.config depends on .depends.cfgs, as it depends on $(configs) |
|
|
|
|
@@ -176,4 +176,5 @@ endif |
176 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) |
176 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) |
177 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) |
177 | ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) |
| |
178 | ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) |
178 | # auxilliary libraries |
179 | # auxilliary libraries |
179 | ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) |
180 | ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) |
|
|
diff --git a/config.in b/config.in index 2cd3160..60ebd65 100644 --- a/ config.in+++ b/ config.in |
|
@@ -225,4 +225,5 @@ menu "Settings" |
225 | source core/settings/config.in |
225 | source core/settings/config.in |
226 | source noncore/settings/config.in |
226 | source noncore/settings/config.in |
| |
227 | source noncore/securityplugins/config.in |
227 | endmenu |
228 | endmenu |
228 | |
229 | |
|
|
diff --git a/packages b/packages index a43d9b3..0fcc08a 100644 --- a/ packages+++ b/ packages |
|
@@ -112,4 +112,8 @@ CONFIG_MINESWEEP noncore/games/minesweep minesweep.pro |
112 | CONFIG_MOBILEMSG noncore/comm/mobilemsgmobilemsg.pro |
112 | CONFIG_MOBILEMSG noncore/comm/mobilemsgmobilemsg.pro |
113 | CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro |
113 | CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro |
| |
114 | CONFIG_MULTIAUTH_DUMMY noncore/securityplugins/dummy dummyplugin.pro |
| |
115 | CONFIG_MULTIAUTH_PIN noncore/securityplugins/pin pinplugin.pro |
| |
116 | CONFIG_MULTIAUTH_BLUEPING noncore/securityplugins/blueping bluepingplugin.pro |
| |
117 | CONFIG_MULTIAUTH_NOTICE noncore/securityplugins/notice noticeplugin.pro |
114 | CONFIG_MULTIKEYAPPLET core/applets/multikeyappletmultikeyapplet.pro |
118 | CONFIG_MULTIKEYAPPLET core/applets/multikeyappletmultikeyapplet.pro |
115 | CONFIG_MULTIKEY inputmethods/multikeymultikey.pro |
119 | CONFIG_MULTIKEY inputmethods/multikeymultikey.pro |
|