From: Martin Mares Date: Mon, 14 Jul 2008 21:53:11 +0000 (+0200) Subject: Remember to enable CONFIG_LOCAL in the library example. X-Git-Tag: holmes-import~394 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8ec2fb676907a5d2f29fc3a0a1119cd732c71492;p=libucw.git Remember to enable CONFIG_LOCAL in the library example. --- diff --git a/free/libs/examples/internal/default.cfg b/free/libs/examples/internal/default.cfg index 12b3c7b7..238486b5 100644 --- a/free/libs/examples/internal/default.cfg +++ b/free/libs/examples/internal/default.cfg @@ -1,5 +1,8 @@ # Default configuration file for our test application +# Do a local build +Set("CONFIG_LOCAL"); + # We want to build all libraries shared Set("CONFIG_SHARED");