diff linux/Makefile @ 8290:1dd8fe0776d3

Add our own vsscanf implementation, in case the system's libc does not have one. (required for solaris, when the Ogg/Vorbis audio decoder is used)
author jkeil
date Tue, 26 Nov 2002 18:53:00 +0000
parents 25fd5c47e31a
children 113095b8258b
line wrap: on
line diff
--- a/linux/Makefile	Tue Nov 26 18:34:09 2002 +0000
+++ b/linux/Makefile	Tue Nov 26 18:53:00 2002 +0000
@@ -3,7 +3,7 @@
 
 LIBNAME = libosdep.a
 
-SRCS=getch2.c timer-lx.c shmem.c strsep.c scandir.c # timer.c
+SRCS=getch2.c timer-lx.c shmem.c strsep.c vsscanf.c scandir.c # timer.c
 OBJS=$(SRCS:.c=.o)
 
 ifeq ($(TARGET_ARCH_X86),yes)