TinyScheme: Adds options to install library files
[librecmc/package-feed.git] / lang / tinyscheme / Config.in
1 menu "Configuration"
2      depends on PACKAGE_tinyscheme
3
4 config TINYSCHEME_SHARED_LIB
5        bool "Install shared library"
6        default n
7
8 config TINYSCHEME_AR_LIB
9        bool "Install library archive file"
10        default n
11
12 endmenu