]> mj.ucw.cz Git - libucw.git/blobdiff - free/libs/examples/internal/Makefile
Slightly better names for configuration modules.
[libucw.git] / free / libs / examples / internal / Makefile
index 153088af757270a8246452ce1ec01cc0a4d9491c..13286e534a2b50a10896c678cc24c5a8024299ce 100644 (file)
@@ -19,7 +19,7 @@ LIBCHARSET=$(o)/charset/libcharset.pc
 LIBIMAGES=$(o)/images/libimages.pc
 
 # Include makefiles of libraries we wish to use
 LIBIMAGES=$(o)/images/libimages.pc
 
 # Include makefiles of libraries we wish to use
-include $(s)/lib/Makefile
+include $(s)/ucw/Makefile
 include $(s)/charset/Makefile
 include $(s)/lang/Makefile
 include $(s)/images/Makefile
 include $(s)/charset/Makefile
 include $(s)/lang/Makefile
 include $(s)/images/Makefile
@@ -28,5 +28,8 @@ include $(s)/images/Makefile
 PROGS+=$(o)/test
 $(o)/test: $(o)/test.o $(LIBUCW) $(LIBLANG) $(LIBCHARSET) $(LIBIMAGES)
 
 PROGS+=$(o)/test
 $(o)/test: $(o)/test.o $(LIBUCW) $(LIBLANG) $(LIBCHARSET) $(LIBIMAGES)
 
+# All tests (%-t) get automatically linked with libucw
+TESTING_DEPS=$(LIBUCW)
+
 # And finally the default rules of the build system
 include $(s)/build/Makebottom
 # And finally the default rules of the build system
 include $(s)/build/Makebottom