]> mj.ucw.cz Git - libucw.git/commitdiff
fixed color.test compilation
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Mon, 6 Nov 2006 09:52:49 +0000 (10:52 +0100)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Mon, 6 Nov 2006 09:52:49 +0000 (10:52 +0100)
images/Makefile

index db62a9a77bb0517538a118fdcadd952f0f90dac8..84cbae59b2466917f035d87b771f200625c96056 100644 (file)
@@ -69,9 +69,9 @@ $(o)/images/image-test: LIBS+=$(LIBIMAGES_LIBS)
 $(o)/images/image-test.test: $(o)/images/image-test
 
 TESTS+=$(o)/images/hilbert-test.test
-$(o)/images/hilbert-test: LIBS+=-lm $(LIBSH)
+$(o)/images/hilbert-test: LIBS+=-lm $(LIBUCW)
 $(o)/images/hilbert-test.test: $(o)/images/hilbert-test
 
 TESTS+=$(o)/images/color.test
-$(o)/images/color-t: LIBS+=-lm
+$(o)/images/color-t: LIBS+=$(LIBIMAGES_LIBS) $(LIBIMAGES) $(LIBUCW)
 $(o)/images/color.test: $(o)/images/color-t