]> mj.ucw.cz Git - libucw.git/blobdiff - examples/internal/Makefile
xtypes: fixed error in xt_bool parser
[libucw.git] / examples / internal / Makefile
index 633ca09856e6c22b0fdb1b864b577a3b5a98b8e5..817029d82f7b92885fb00344230bf24de7fbd6c4 100644 (file)
@@ -16,19 +16,17 @@ BUILDSYS=$(s)/build
 include $(BUILDSYS)/Maketop
 
 # Set up names of common libraries (to avoid forward references in rules)
 include $(BUILDSYS)/Maketop
 
 # Set up names of common libraries (to avoid forward references in rules)
-LIBLANG=$(o)/lang/liblang.pc
-LIBCHARSET=$(o)/charset/libcharset.pc
-LIBIMAGES=$(o)/images/libimages.pc
+LIBCHARSET=$(o)/charset/libucw-charset.pc
+LIBIMAGES=$(o)/images/libucw-images.pc
 
 # Include makefiles of libraries we wish to use
 include $(s)/ucw/Makefile
 include $(s)/charset/Makefile
 
 # Include makefiles of libraries we wish to use
 include $(s)/ucw/Makefile
 include $(s)/charset/Makefile
-include $(s)/lang/Makefile
 include $(s)/images/Makefile
 
 # Programs we want to compile
 PROGS+=$(o)/test
 include $(s)/images/Makefile
 
 # Programs we want to compile
 PROGS+=$(o)/test
-$(o)/test: $(o)/test.o $(LIBUCW) $(LIBLANG) $(LIBCHARSET) $(LIBIMAGES)
+$(o)/test: $(o)/test.o $(LIBUCW) $(LIBCHARSET) $(LIBIMAGES)
 
 # All tests (%-t) get automatically linked with libucw
 TESTING_DEPS=$(LIBUCW)
 
 # All tests (%-t) get automatically linked with libucw
 TESTING_DEPS=$(LIBUCW)