]> mj.ucw.cz Git - libucw.git/commitdiff
Fixed depedencies of libimages.
authorMartin Mares <mj@ucw.cz>
Tue, 17 Jul 2007 17:27:59 +0000 (19:27 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 17 Jul 2007 17:27:59 +0000 (19:27 +0200)
images/Makefile

index 30392a75a4df5bcbc2414dc68a6cacdf7be566a4..cd142e6b83f1010f348c7bf776125a2ccf64fde1 100644 (file)
@@ -59,7 +59,7 @@ endif
 
 $(o)/images/libimages.a: $(addsuffix .o,$(addprefix $(o)/images/,$(LIBIMAGES_MODS)))
 $(o)/images/libimages.so: $(addsuffix .oo,$(addprefix $(o)/images/,$(LIBIMAGES_MODS)))
-$(o)/images/libimages.pc: $(LIBUCW)
+$(o)/images/libimages.pc: $(LIBIMAGES_DEPS)
 
 $(o)/images/image-tool: $(o)/images/image-tool.o $(LIBIMAGES)
 $(o)/images/color-tool: $(o)/images/color-tool.o $(LIBIMAGES)