]> mj.ucw.cz Git - libucw.git/blobdiff - lib/Makefile
Added the local copy of the regex library back.
[libucw.git] / lib / Makefile
index c5b3f58ed18f6853a6e7668b4b38d2435fa171a0..4c447281ad87c8e5ce8e400d91f17f3c528e097b 100644 (file)
@@ -68,6 +68,10 @@ LIBUCW_MODS+=threads-conf workqueue asio fb-direct
 LIBUCW_INCLUDES+=workqueue.h semaphore.h asio.h
 endif
 
 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
 ifdef CONFIG_OWN_GETOPT
 include $(s)/lib/getopt/Makefile
 endif