Commit cadc9607 authored by mru's avatar mru

simplify lzo-test rule


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12269 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 49a3cd27
......@@ -45,8 +45,7 @@ TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat t
include ../common.mak
lzo-test$(EXESUF): lzo.c $(LIBNAME)
$(CC) $(CFLAGS) $(LDFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) -llzo2
lzo-test$(EXESUF): EXTRALIBS += -llzo2
clean::
rm -f lzo-test$(EXESUF)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment