]> mj.ucw.cz Git - libucw.git/blobdiff - Makefile
Released as 6.5.11.
[libucw.git] / Makefile
index 53fdd562be44adf99c778afafc828272bfc6cc55..4fb2bbfde46afb545cc083f93d6826e1bf35a141 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,9 +50,14 @@ LIBIMAGES=$(o)/images/libucw-images.pc
 include $(s)/images/Makefile
 endif
 
-ifdef CONFIG_SHXML
-LIBSHXML=$(o)/shxml/libucw-xml.pc
-include $(s)/shxml/Makefile
+ifdef CONFIG_XML
+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?
@@ -60,7 +65,7 @@ ifdef CONFIG_DOC
 all: docs
 endif
 
-libs: $(LIBUCW) $(LIBSHXML) $(LIBIMAGES) $(LIBCHARSET)
+libs: $(LIBUCW) $(LIBXML) $(LIBJSON) $(LIBIMAGES) $(LIBCHARSET)
 
 # And finally the default rules of the build system
 include $(BUILDSYS)/Makebottom