]> skyeroc.xyz Git - dgamelaunch/commitdiff
resolve lack of yywrap()
authorJoshua Kwan <joshk@triplehelix.org>
Fri, 16 Jan 2004 06:10:21 +0000 (06:10 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Fri, 16 Jan 2004 06:10:21 +0000 (06:10 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@122 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Makefile

index d5345b869ef92049d45828bac0345e724ab32def..b7f0461bd94aa94f0437297d952547aa63f35ee1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ INSTALL = install -c
 DEFS = -DVERSION=\"$(VERSION)\"
 SRCS = virus.c ttyrec.c dgamelaunch.c io.c ttyplay.c stripgfx.c strlcpy.c strlcat.c y.tab.c lex.yy.c
 OBJS = $(SRCS:.c=.o)
-LIBS = -lncurses -lcrypt -lutil
+LIBS = -lncurses -lcrypt -lutil -ll
 
 all: $(NAME)