X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=free%2Flibs%2Fexamples%2Finternal%2FMakefile;h=628fe1487f5dba888651f644e069fcf0ce8b4a89;hb=abd00be4bf89ed0ad7bdecfa1b0130f0b1994c42;hp=153088af757270a8246452ce1ec01cc0a4d9491c;hpb=9f3522cdcbde1916052fd7ce788f93523d263578;p=libucw.git diff --git a/free/libs/examples/internal/Makefile b/free/libs/examples/internal/Makefile index 153088af..628fe148 100644 --- a/free/libs/examples/internal/Makefile +++ b/free/libs/examples/internal/Makefile @@ -28,5 +28,8 @@ include $(s)/images/Makefile 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