author | mickeyl <mickeyl> | 2003-03-28 15:43:37 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-03-28 15:43:37 (UTC) |
commit | 17ef0acca944bc177c64990a132871bcf9d0175b (patch) (unidiff) | |
tree | 802c7229adc7b3782abcbb7c80f2a1859dd8982a /config.in | |
parent | 11304d02942e9fa493e4e80943a828f9c65f6772 (diff) | |
download | opie-17ef0acca944bc177c64990a132871bcf9d0175b.zip opie-17ef0acca944bc177c64990a132871bcf9d0175b.tar.gz opie-17ef0acca944bc177c64990a132871bcf9d0175b.tar.bz2 |
enable building libopie2 under menu "experimental" -
don't forget to remove stamp-headers and remake them to automatically
add the various $(OPIEDIR)/include/opie2 headers.
-rw-r--r-- | config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -148,3 +148,8 @@ menu "Tools" | |||
148 | source noncore/tools/config.in | 148 | source noncore/tools/config.in |
149 | source development/config.in | 149 | source development/config.in |
150 | endmenu | 150 | endmenu |
151 | comment "" | ||
152 | menu "Experimental" | ||
153 | source libopie2/config.in | ||
154 | endmenu | ||
155 | |||