X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=68ea310d6b0ba4a61dacdcb61d6944fd0a20d545;hb=0db6e10eac28f38bfc3b325b13ad95107c58ce1e;hp=53fdd562be44adf99c778afafc828272bfc6cc55;hpb=5a9f717dbd6cd473aca29a6608aee2f792adc5fe;p=libucw.git diff --git a/Makefile b/Makefile index 53fdd562..68ea310d 100644 --- a/Makefile +++ b/Makefile @@ -50,9 +50,9 @@ 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)/xml/libucw-xml.pc +include $(s)/xml/Makefile endif # Build documentation by default? @@ -60,7 +60,7 @@ ifdef CONFIG_DOC all: docs endif -libs: $(LIBUCW) $(LIBSHXML) $(LIBIMAGES) $(LIBCHARSET) +libs: $(LIBUCW) $(LIBXML) $(LIBIMAGES) $(LIBCHARSET) # And finally the default rules of the build system include $(BUILDSYS)/Makebottom