]> mj.ucw.cz Git - libucw.git/blobdiff - Makefile
UCW::Configure: Flush STDOUT after logging
[libucw.git] / Makefile
index 51ffa3ed87b1acae410199a6244771f0becb09b9..4fb2bbfde46afb545cc083f93d6826e1bf35a141 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -55,12 +55,17 @@ LIBXML=$(o)/ucw-xml/libucw-xml.pc
 include $(s)/ucw-xml/Makefile
 endif
 
+ifdef CONFIG_JSON
+LIBJSON=$(o)/ucw-json/libucw-json.pc
+include $(s)/ucw-json/Makefile
+endif
+
 # Build documentation by default?
 ifdef CONFIG_DOC
 all: docs
 endif
 
-libs: $(LIBUCW) $(LIBXML) $(LIBIMAGES) $(LIBCHARSET)
+libs: $(LIBUCW) $(LIBXML) $(LIBJSON) $(LIBIMAGES) $(LIBCHARSET)
 
 # And finally the default rules of the build system
 include $(BUILDSYS)/Makebottom