X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=68ea310d6b0ba4a61dacdcb61d6944fd0a20d545;hb=182529f4473a1d9b0b2815b6729f0f2b82ab287c;hp=c126cd16ee8c6a2af61e3fd5c4cbfda30598e00e;hpb=ff137100b81b60e925ac60e30c21ecc48177606a;p=libucw.git diff --git a/Makefile b/Makefile index c126cd16..68ea310d 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ include $(BUILDSYS)/Makefile # Set up names of common libraries (to avoid forward references in rules) ifdef CONFIG_CHARSET -LIBCHARSET=$(o)/charset/libcharset.pc +LIBCHARSET=$(o)/charset/libucw-charset.pc endif # The UCW library @@ -46,13 +46,13 @@ include $(s)/charset/Makefile endif ifdef CONFIG_IMAGES -LIBIMAGES=$(o)/images/libimages.pc +LIBIMAGES=$(o)/images/libucw-images.pc include $(s)/images/Makefile endif -ifdef CONFIG_SHXML -LIBSHXML=$(o)/shxml/libshxml.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