Use -levent not -lev

This commit is contained in:
Jan Vidar Krey 2009-08-04 04:59:52 +02:00
parent d45383fe4d
commit b3c40f7443
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ USE_SSL ?= NO
USE_BIGENDIAN ?= AUTO
BITS ?= AUTO
SILENT ?= YES
LDLIBS += -lev
LDLIBS += -levent
TERSE ?= NO
STACK_PROTECT ?= NO