]> mj.ucw.cz Git - libucw.git/blobdiff - Makefile
Sorter: Make sort-test a part of the test suite
[libucw.git] / Makefile
index 9fff0c45055d14811620ac1c48334dd398b2df36..c126cd16ee8c6a2af61e3fd5c4cbfda30598e00e 100644 (file)
--- 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