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

Originally committed as revision 18320 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-04-02 22:41:58 +00:00
parent 3dd6531208
commit a8f9e7f641
1 changed files with 1 additions and 1 deletions

View File

@ -47,4 +47,4 @@ DIRS = arm bfin sh4 x86
include $(SUBDIR)../subdir.mak
$(SUBDIR)lzo-test$(EXESUF): EXTRALIBS += -llzo2
$(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2