author | kergoth <kergoth> | 2003-05-08 16:50:40 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-05-08 16:50:40 (UTC) |
commit | 8ee7334780202ed777895a56c7516a11d37ec6a4 (patch) (side-by-side diff) | |
tree | 0af42f6147860cd09d46040baabdb75b0e780c7d /config.in | |
parent | 7d24cfad2a564436950b5f42e74c0bd51481f5a9 (diff) | |
download | opie-8ee7334780202ed777895a56c7516a11d37ec6a4.zip opie-8ee7334780202ed777895a56c7516a11d37ec6a4.tar.gz opie-8ee7334780202ed777895a56c7516a11d37ec6a4.tar.bz2 |
Buildsystem glue and config item for minimal qws server
-rw-r--r-- | config.in | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -40,7 +40,12 @@ config OPTIMIZE config DEBUG boolean "Enable debug builds" - default "n" + default n + + config RELEASE + bool + default y + depends ! DEBUG config SPECFILE string @@ -86,6 +91,7 @@ menu "Base" source core/opie-login/config.in source core/opiealarm/config.in source core/launcher/config.in + source core/qws/config.in endmenu comment "" |