libkse was renamed to libpthread.

This commit is contained in:
davidxu 2004-02-05 02:55:20 +00:00
parent a3d4a7715e
commit 7a4745aa41
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3
LDFLAGS_A := -static
LDFLAGS_P := -pg
LDFLAGS_S :=
LIBS := -lkse
LIBS := -lpthread
# Flags passed to verify. "-v" or "-u" may be useful.
VERIFY = perl verify

View File

@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3
LDFLAGS_A := -static
LDFLAGS_P := -pg
LDFLAGS_S :=
LIBS := -lkse
LIBS := -lpthread
# Flags passed to verify. "-v" or "-u" may be useful.
VERIFY = perl verify