X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=c126cd16ee8c6a2af61e3fd5c4cbfda30598e00e;hb=502638de3a042dcf655a322164122dacaf32c58f;hp=9fff0c45055d14811620ac1c48334dd398b2df36;hpb=784514e732274230794bb5145fddc8e17155948c;p=libucw.git diff --git a/Makefile b/Makefile index 9fff0c45..c126cd16 100644 --- a/Makefile +++ b/Makefile @@ -25,9 +25,6 @@ include $(BUILDSYS)/Makefile ifdef CONFIG_CHARSET LIBCHARSET=$(o)/charset/libcharset.pc endif -ifdef CONFIG_SHXML -LIBSHXML=$(o)/shxml/libshxml.pc -endif # The UCW library include $(s)/ucw/Makefile @@ -53,6 +50,11 @@ LIBIMAGES=$(o)/images/libimages.pc include $(s)/images/Makefile endif +ifdef CONFIG_SHXML +LIBSHXML=$(o)/shxml/libshxml.pc +include $(s)/shxml/Makefile +endif + # Build documentation by default? ifdef CONFIG_DOC all: docs