# HG changeset patch # User diego # Date 1238712118 0 # Node ID 75c89362a6b14e7f31ab998e6f1ffceda2813816 # Parent a44606418c824e8998707517f022ba5570d91569 Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS. diff -r a44606418c82 -r 75c89362a6b1 Makefile --- a/Makefile Thu Apr 02 08:15:03 2009 +0000 +++ b/Makefile Thu Apr 02 22:41:58 2009 +0000 @@ -47,4 +47,4 @@ include $(SUBDIR)../subdir.mak -$(SUBDIR)lzo-test$(EXESUF): EXTRALIBS += -llzo2 +$(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2