X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2FMakefile;h=4c447281ad87c8e5ce8e400d91f17f3c528e097b;hb=e371dcc1cd2857036374dd9597705faed0427006;hp=c5b3f58ed18f6853a6e7668b4b38d2435fa171a0;hpb=4a3645d50bfa8753f0d3e37d177863452bf824bb;p=libucw.git diff --git a/lib/Makefile b/lib/Makefile index c5b3f58e..4c447281 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -68,6 +68,10 @@ LIBUCW_MODS+=threads-conf workqueue asio fb-direct LIBUCW_INCLUDES+=workqueue.h semaphore.h asio.h endif +ifdef CONFIG_OWN_REGEX +include $(s)/lib/regex/Makefile +endif + ifdef CONFIG_OWN_GETOPT include $(s)/lib/getopt/Makefile endif