X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=free%2Flibs%2Fexamples%2Finternal%2FMakefile;h=13286e534a2b50a10896c678cc24c5a8024299ce;hb=0aa0feda15b70ddcd717ee1421b2c39ba196e581;hp=153088af757270a8246452ce1ec01cc0a4d9491c;hpb=dc63fe59d2bb4c3eb8be67790a55069c8c0a46a9;p=libucw.git diff --git a/free/libs/examples/internal/Makefile b/free/libs/examples/internal/Makefile index 153088af..13286e53 100644 --- a/free/libs/examples/internal/Makefile +++ b/free/libs/examples/internal/Makefile @@ -19,7 +19,7 @@ LIBCHARSET=$(o)/charset/libcharset.pc 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 @@ -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