Commit 8df98ae3 authored by diego's avatar diego

Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18320 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 90f162b3
...@@ -47,4 +47,4 @@ DIRS = arm bfin sh4 x86 ...@@ -47,4 +47,4 @@ DIRS = arm bfin sh4 x86
include $(SUBDIR)../subdir.mak include $(SUBDIR)../subdir.mak
$(SUBDIR)lzo-test$(EXESUF): EXTRALIBS += -llzo2 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2
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